- tmdb api, vite, eslint and REACT
- user can add movie by search movie name
- user can use year(min max) options to select some movie.
- Accept some user input (e.g. a username)
- Query an API (e.g. the Github API, or any other fun one)
- Populate the UI with API data
- Have some form of persistent state and interactivity
- Save your state to localstorage so you can leave the page and come back later
- Make it look great
- Open a terminal on your computer.
cd
to the folder where you like to keep projects.git clone [URL of our GitHub repo]
cd
into the folder that git just made for you.npm install
- You'll also need this VITE_TMDB_API_KEY=6e69e0d62854c242163267665c16d27f
.env
file. - When you're ready to run your local dev server,
npm run dev