Hak-Watch is a web application built with Vite + React that allows users to discover movies, TV series, and anime, organize them into personal lists, and explore similar content using a public media API.
The name Hak comes from the first letters of the core developers:
- Hamza
- Amaury
- Kostas
- 🔍 Search movies, TV series, and anime
- 📄 View detailed information for each title
- ⭐ Add items to Favorites
- 📌 Add items to Watchlist
- ✅ Mark items as Watched
- 🔁 Discover similar movies/series/anime from the API
- 📱 Responsive design
- Frontend: React + Vite
- Routing: React Router
- State Management: React Context / hooks
- API: Public movie/TV/anime API (TMBD)
- Tooling: Git, GitHub