Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riteshpuvvada/movie-app
Discover Popular Movies
https://github.com/riteshpuvvada/movie-app
api create-react-app framer-motion tmdb-api tmdb-movie-search
Last synced: 27 days ago
JSON representation
Discover Popular Movies
- Host: GitHub
- URL: https://github.com/riteshpuvvada/movie-app
- Owner: RiteshPuvvada
- License: mit
- Created: 2022-02-12T09:08:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T21:48:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T21:43:54.928Z (over 1 year ago)
- Topics: api, create-react-app, framer-motion, tmdb-api, tmdb-movie-search
- Language: JavaScript
- Homepage: https://movie-app-37z.pages.dev/
- Size: 4.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What to watch 🍿
The Movie Database [(TMDB)](https://developers.themoviedb.org/3/getting-started/introduction) is a popular, user editable database for movies and TV shows.
## Getting Started
* Clone this repository
```bash
https://github.com/RiteshPuvvada/Movie-App.gitcd Movie-App
```* Install Dependencies
```bash
npm install
```
* Run the application
```bash
npm start
```Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
---
## License
This repository is under The MIT License. Read the [LICENSE](https://github.com/RiteshPuvvada/Movie-App/blob/main/LICENSE) file for more information.