Skip to content

jankady/popchoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopChoice (Scrimba Project)

Simple React + Vite app for movie recommendation (SUPABASE with vector DB containing a only a few movies).


How to run

Clone or install repo and run from root directory:

npm install
npm run dev

Open web which Vite shows (Usually http://localhost:5173).


Project structure

  • index.html – main HTML
  • src/ – source code directory
    • main.jsx – entry point
    • App.jsx – main component
    • Header.jsx – header component
    • searchMovie.js – API request logic and data fetching
    • config.js – API keys and configuration
    • index.css – styles
    • assets/ – picture of logo

Licence

MIT and under Scrimba Terms of Service.

About

Web movie recommendation. Using OpenAI API, React 19, Vector database and SUPABASE and theMovieDb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors