This project was bootstrapped with Create React App.
Browse your favourite movies with metflix.
Built with React and React Router.
The purpose of this project was to get familiar with React js and React Router.
Click the demo link or clone/download the repository on your local machine.
-
In the root run
yarn install
-
Create a config.js file in api folder. In config.js file write
export const APIURL = 'https://api.themoviedb.org/3/movie/';
export const APIKEY = 'YOUR_TMDB_API_KEY';
-
Then run
yarn start
- React js
- React Router
- CSS3
1. Responsive Design
2. See movie details
-
Create the project with Redux.
-
recreate with Context API.