This movie finder app can be used to find any movies and keep track of your favorite ones! It uses TMDB and fetches all the current popular movies to display on the home page. You can search for movies and like them to add it to the favorite page, which displays all of your favorites.
- Javascript
- HTML
- CSS
- React
Install dependencies
npm installCreate .env file in root folder and input access token from TMDB
VITE_API_ACCESS_TOKEN="[INSERT YOUR API ACCESS TOKEN HERE]"Run application
npm run dev