Cannot find anything to watch?
Well, What Should I Watch Next is here to rescue.
Search for a Movie / TV show you really like or the last Movie / TV show you watched.
You will get a list of similar Movies / TV shows on the go!
Create your MovieList ( your customized list of TV shows and Movies) by clicking on the ❤️ so you can binge later with a bucket full of popcorn 🍿
- Clone the repository
git clone https://github.com/thisissandip/what-should-i-watch-next.git
- Install dependencies
npm install
- Add env variables in
.env
file
REACT_APP_TMDB_KEY = your.api.key
- Start Playing!
- Search for Movies / TV shows
- Add Movies / TV shows to your list
- Delete Movies / TV shows from your list or Remove All
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request