https://github.com/yog9/moviedb
A basic react app to search movies from OMDb API.
https://github.com/yog9/moviedb
moviedb react react-router search-movies
Last synced: about 2 months ago
JSON representation
A basic react app to search movies from OMDb API.
- Host: GitHub
- URL: https://github.com/yog9/moviedb
- Owner: Yog9
- Created: 2019-03-07T08:18:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T07:28:15.000Z (over 5 years ago)
- Last Synced: 2025-02-26T19:45:44.850Z (over 1 year ago)
- Topics: moviedb, react, react-router, search-movies
- Language: JavaScript
- Homepage: https://yog9.github.io/MovieDB/
- Size: 521 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieDB
[Demo of MovieDB](https://yog9.github.io/MovieDB/)
## Summary
A basic react app to search movies from TMDb API.
### Motivation
The purpose of this project was to get familiar with React js.
### Getting Started
Click the demo link or clone/download the repository on your local machine.
#### To Run the project on local machine
Create config.js is src folder add write the following code snippet
`const apiKey = "YOUR_TMDB_API_KEY";`
`export default apiKey;`
##### Install the project dependencies
* In the root run
`npm install`
### To run the project
* Then run
`npm start`
### Built With
* React js
* CSS3
### Features
**1. Responsive Design**
**2. Search for movies**
### Coming Soon
- [ ] Create more pages to show movie details using React Router.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)