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: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:49:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T05:53:59.755Z (3 months ago)
- Topics: api, create-react-app, framer-motion, tmdb-api, tmdb-movie-search
- Language: JavaScript
- Homepage: https://movie-app-37z.pages.dev/
- Size: 5.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.