Simple React + Vite app for movie recommendation (SUPABASE with vector DB containing a only a few movies).
Clone or install repo and run from root directory:
npm install
npm run devOpen web which Vite shows (Usually http://localhost:5173).
index.html– main HTMLsrc/– source code directorymain.jsx– entry pointApp.jsx– main componentHeader.jsx– header componentsearchMovie.js– API request logic and data fetchingconfig.js– API keys and configurationindex.css– stylesassets/– picture of logo
MIT and under Scrimba Terms of Service.