Movie app powerd by react in the frontend, redux for state management, firebase for authentication and for storing favourite movies and TMDB API for fetching moviesπ₯
Grab your firebase and TMDB credentials and create a .env file in the root and add them. While naming these make sure to append 'REACT_APP' at the start.
npm install
Run on http://localhost:3000
npm start
npm build