A Simple Movie Application using React JS , allows the user to search and filter movies they want from the MovieDB API
For UI creation HTML5 and CSS3 and material-UI are used
This is a responsive web application for viewing on both Mobile and Desktop.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/sumit063/HBO-MovieMania.git
cd your_path/HBO-MovieMania
npm install
Step 4: Set your api key environment variable(.env). Get an api key from TheMovieDb
REACT_APP_API_KEY=your_api_key
npm start
Inspiration- James Wareru
