An open API service indexing awesome lists of open source software.

https://github.com/rajatdiptabiswas/watchtime

:clapper: Find what to watch based on the time available
https://github.com/rajatdiptabiswas/watchtime

movies nextjs react tailwind tailwindcss tmdb tmdb-api tv typescript vercel

Last synced: 3 months ago
JSON representation

:clapper: Find what to watch based on the time available

Awesome Lists containing this project

README

          



# watchtime

🎬 Find what to watch based on the time available

*This app uses [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with [Next.js](https://nextjs.org/). It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.*

*Live demo on [Vercel](https://vercel.com/) · [watchtime-rajatdiptabiswas.vercel.app](https://watchtime-rajatdiptabiswas.vercel.app).*

![Content Type](https://user-images.githubusercontent.com/32998741/164959232-80b4e567-29a0-413b-a5e7-2eceee3d8b76.png)
![Time Available](https://user-images.githubusercontent.com/32998741/164959435-f64f59c4-ec48-4be4-8aa8-795c991f5ab7.png)
![Playback Speed](https://user-images.githubusercontent.com/32998741/164959244-a5a19bdf-dfbe-4f5d-a4fa-737c93140f83.png)
![Streaming Services](https://user-images.githubusercontent.com/32998741/164959253-29d98ab2-3fe0-40d9-9675-e6cd48d1b386.png)
![Recommendations](https://user-images.githubusercontent.com/32998741/164959259-17e807c2-b75d-4f75-ab9d-b91ca9fe7931.png)
![Search](https://user-images.githubusercontent.com/32998741/164959262-6f423420-c678-4cac-b596-eaa28be0e610.png)

## Built with

* [React](https://reactjs.org/) - A free and open-source front-end JavaScript library for building user interfaces or UI components by Facebook
* [Next.js](https://nextjs.org/) - The React framework for production by Vercel
* [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework to build any design
* [TypeScript](https://www.typescriptlang.org/) - A strict syntactical superset of JavaScript developed and maintained by Microsoft
* [Visual Studio Code](https://code.visualstudio.com/) - An open-source code editor developed by Microsoft
* [Sketch](https://www.sketch.com/) - A vector graphics editor for macOS
* [TMDB API](https://developers.themoviedb.org/3) - An API service to fetch TMDB's movie and TV show data
* [Insomnia](https://insomnia.rest/) - An open-source, cross-platform API Client for GraphQL, REST, and gRPC
* [Google Chrome](https://www.google.com/chrome/) - A cross-platform web browser developed by Google

## Authors

* **Rajat Dipta Biswas** · [rajatdiptabiswas](https://github.com/rajatdiptabiswas)

See also the list of [contributors](https://github.com/rajatdiptabiswas/watchtime/contributors) who participated in this project.

## License

This project is licensed under GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments
- [React Docs](https://reactjs.org/docs)
- [Next.js Docs](https://nextjs.org/docs)
- [Tailwind Docs](https://tailwindcss.com/docs)
- [The Movie Database (TMDB)](https://www.themoviedb.org/)
- [Movie of the Night](https://www.movieofthenight.com/)
- [StackOverflow](https://stackoverflow.com)