A web app to search and discover anime. Think IMDB but for anime. Named after Kame House from Dragon Ball Z because why not.
So basically I wanted to build something I would actually use. I watch a lot of anime and always found it annoying to jump between different sites just to find something good to watch. So I decided to build KameHouse — one place to search anime, check ratings, save favourites and track what I've already watched.
- Jikan API— https://api.jikan.moe/v4 — anime data, scores, genres, posters
- AnimeChan API — https://animechan.io — random anime quotes
- Filter by genre
- Sort by score or popularity
- Save favourites
- Mark anime as watched
- Dark mode and light mode
- HTML
- CSS
- JavaScript
Clone the repo and open index.html. Thats it honestly.
git clone https://github.com/CodeHuman07/kamehouse.git
cd kamehouseOpen index.html in browser or just use Live Server in VS Code.
Made by Yogye Berry GitHub: https://github.com/Codehuman07