A web app for browsing movies and TV shows. WatchIt allows you to browse movies and tv shows and add them to collections so you can keep track of what you're watching.
This app uses TheMovieDB to fetch info about movies and TV shows and is built using React.
Please see the project details file.
Clone .env.example
to a new file called .env
and fill in the API key. The .env
file is ignored by Git.
Install all dependencies:
$ npm install
Start the app
$ npm start
The app will now open in your browser in localhost:3000
.
$ npm run build
This command will compile the project and output the production ready files in the dist
folder.
This product uses the TMDb API but is not endorsed or certified by TMDb.