Skip to content

Latest commit

Β 

History

History
33 lines (23 loc) Β· 872 Bytes

File metadata and controls

33 lines (23 loc) Β· 872 Bytes

🎬 Hak-Watch

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

πŸš€ Features (Planned & In Progress)

  • πŸ” 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

πŸ› οΈ Tech Stack

  • Frontend: React + Vite
  • Routing: React Router
  • State Management: React Context / hooks
  • API: Public movie/TV/anime API (TMBD)
  • Tooling: Git, GitHub