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
- Host: GitHub
- URL: https://github.com/rajatdiptabiswas/watchtime
- Owner: rajatdiptabiswas
- License: gpl-3.0
- Created: 2021-07-01T03:53:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T06:19:53.000Z (about 4 years ago)
- Last Synced: 2025-01-22T11:10:01.048Z (over 1 year ago)
- Topics: movies, nextjs, react, tailwind, tailwindcss, tmdb, tmdb-api, tv, typescript, vercel
- Language: TypeScript
- Homepage: https://watchtime-weld.vercel.app
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).*






## 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)