A basic react app to search movies from TMDb API.
The purpose of this project was to get familiar with React js.
Click the demo link or clone/download the repository on your local machine.
Create config.js is src folder add write the following code snippet
const apiKey = "YOUR_TMDB_API_KEY";
export default apiKey;
- In the root run
npm install
- Then run
npm start
- React js
- CSS3
1. Responsive Design
2. Search for movies
- Create more pages to show movie details using React Router.
This project was bootstrapped with Create React App