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 in both Mobile and Desktop.
Check out a live demo and try it for yourself: demo
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/tech-jamara/React-Movie-App.git
cd your_path/React-Movie-App
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
MIT License
Copyright (c) 2022 James Waweru

