Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T07:28:15.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T15:56:49.369Z (over 1 year ago)
- Topics: moviedb, react, react-router, search-movies
- Language: JavaScript
- Homepage: https://yog9.github.io/MovieDB/
- Size: 521 KB
- Stars: 1
- 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)