track movies by adding movies you watched to Watched and movies you want to watch to Watchlist
- Light/dark mode toggle
- Accessible search bar with keyboard navigation
- Mobile friendly
- React
- React Router
- React Query
- Tailwind Css
- Netlify Functions
To run this project, you will need to add an api key from themoviedb.org to your .env file
VITE_REACT_APP_TMDB_KEY=YOUR_KEY_HERE
- You should have the latest Netlify CLI version. Run
npm install -g netlify-clito be sure. - Since this project uses netlify functions to keep API credentials private you need to use
netlify devinstead ofyarn devto run the developement server.