git clone https://github.com/SantamRC/moviely.git
cd moviely
npm install
npm start
- React - Frontend Library used to make the frontend
- moviedb-promise - Used to get Movie Details
- Material UI - Used to create clean and elegant looking components
- Redux - Used to store the state of the app
- Firebase - Used for User Authentication
React Client fetches the movie data from the MovieDB API and renders the data in the form of Material Components.
Material UI is used here because the components are quite clean and easy to use. A Grid View is used to display movie cards in the App.