https://github.com/jgudo/movx
Browse/search for your favorite movies and actors
https://github.com/jgudo/movx
browsing movie react-tmdb tmdb tmdb-api
Last synced: 22 days ago
JSON representation
Browse/search for your favorite movies and actors
- Host: GitHub
- URL: https://github.com/jgudo/movx
- Owner: jgudo
- Created: 2019-03-09T09:25:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T20:23:43.000Z (about 2 years ago)
- Last Synced: 2025-03-25T23:01:50.868Z (about 1 month ago)
- Topics: browsing, movie, react-tmdb, tmdb, tmdb-api
- Language: TypeScript
- Homepage: https://movx.vercel.app
- Size: 4.34 MB
- Stars: 32
- Watchers: 0
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movx
Simple react app that lets you browse for your favorite movies, tv shows, and actors.
Built with react js | TMDB api

### Install Dependencies
```sh
$ npm install
```### Get API key
Login to TheMovieDB to get your api key. Login [here](https://www.themoviedb.org/settings/api)
Create a .env file in the root of your project folder and name it _.env.development_
and add the following```
TMDB_KEY=[yourapikey]
```### Run development server
```sh
$ npm run dev-server
```### Build the project
```sh
$ npm run build
```