Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goktugyalcin/where-can-i-watch
An app that provides you any series or film "where can you watch" in your country.
https://github.com/goktugyalcin/where-can-i-watch
nextjs react react-select tailwindcss tmdb-api typescript zustand
Last synced: about 1 month ago
JSON representation
An app that provides you any series or film "where can you watch" in your country.
- Host: GitHub
- URL: https://github.com/goktugyalcin/where-can-i-watch
- Owner: GoktugYalcin
- Created: 2022-11-15T21:21:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:44:07.000Z (about 1 month ago)
- Last Synced: 2024-11-29T22:23:57.471Z (about 1 month ago)
- Topics: nextjs, react, react-select, tailwindcss, tmdb-api, typescript, zustand
- Language: TypeScript
- Homepage: https://where-can-i-watch.gokyalc.in
- Size: 683 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍿 Where Can I Watch?
![Ekran Resmi 2024-08-08 13 53 32](https://github.com/user-attachments/assets/f72ebb31-59c4-4dc4-b026-1865e8bec880)
### An app that provides you any series or film "where can you watch" in your country.## Tech Stack
It built with **TypeScript, Next.js, Tailwind, react-select, Zustand and TMDB API**## How to run?
### Local Server(Not Recommended)
- You need to provide a `TMDB_API_KEY` on your env file.
- After that, just run:
```sh
yarn && yarn start //or
npm i && npm run dev //or
pnpm i && pnpm run dev
```
### Docker
- Just run `docker-compose up`---
- Now, you can see the app on https://localhost:3000## Roadmap
- A toast message for fetching issues(Need to investigate).
- Caching with Upstash KV or Redis.