Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisreyaj/moovee
Curate your favorite movies!
https://github.com/adisreyaj/moovee
Last synced: about 1 month ago
JSON representation
Curate your favorite movies!
- Host: GitHub
- URL: https://github.com/adisreyaj/moovee
- Owner: adisreyaj
- License: mit
- Created: 2020-05-08T14:41:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:57:24.000Z (about 1 year ago)
- Last Synced: 2024-10-15T04:44:59.024Z (3 months ago)
- Language: JavaScript
- Homepage: https://moovee.now.sh
- Size: 6.53 MB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MOOVEE - Curate your favorite movies!
> 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.
### Home Screen
![Moovee Home](./moovee-home.png 'MOOVEE Home screen')
### Details Screen
![Moovee Home](./moovee-detail.png 'MOOVEE Home screen')
## 🔥 Features
- Powered by React
- Powered by TMDB Apis
- Routing using React-router
- Lazy loading using React Suspense
- Shimmer animation while loading
- PWA
- Mobile optimized## 🚀 Usage
Make sure you have the pre-requisites installed on your system. You can start by cloning/downloading the repo to your local system.
1. Install the dependencies of the applications
```
npm install
```2. Configure the options in `.env` file
3. Start the application using the command
```
npm start
```
## 🛠 Environment Configuration
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=
```
## 🤝 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check [issues page](https://github.com/adisreyaj/moovee/issues) if you want to contribute.## Author
👤 **Adithya Sreyaj**
- Twitter: [@AdiSreyaj](https://twitter.com/AdiSreyaj)
- Github: [@adisreyaj](https://github.com/adisreyaj)## 👍🏼 Show your support
Please ⭐️ this repository if this project helped you!
## 📝 License
Copyright © 2020 [Adithya Sreyaj](https://github.com/adisreyaj).
This project is [MIT License](https://github.com/adisreyaj/moovee/blob/master/LICENSE.md) licensed.