Curate your favorite movies and series online using MOOVEE. With awesome movie recommendations based on your taste, you will never have to search through lists of movies.
- Powered by React
- Powered by TMDB Apis
- Routing using React-router
- Lazy loading using React Suspense
- Shimmer animation while loading
- PWA
- Mobile optimized
Make sure you have the pre-requisites installed on your system. You can start by cloning/downloading the repo to your local system.
- Install the dependencies of the applications
npm install
-
Configure the options in
.env
file -
Start the application using the command
npm start
The application is powered by TMDB Apis. You need to signup for an account to obtain the API Key.
TMDB API reference
- https://www.themoviedb.org/documentation/api
REACT_APP_TMDB_API=<your_api_key_here>
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
👤 Adithya Sreyaj
- Twitter: @AdiSreyaj
- Github: @adisreyaj
Please ⭐️ this repository if this project helped you!
Copyright © 2020 Adithya Sreyaj.
This project is MIT License licensed.