Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 663 Bytes

Firemovies

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🔥

Demo

Screenshot 2021-07-31 at 20-18-29 Fire Movies

Installation

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
npm start

Build for prod

npm build