This is just a web app based on data from MyAnimeList.net provided via Jikan REST API. The main goal with this project for me as a developer was creating something fun and useful (at least I hope so). The app doesn't contain any information, that can't be found on MyAnimeList.net, but the general idea was to provide functional search tool and only general information about anime.
- Discover upcoming, popular, airing, favorite, movie and OVA anime
- Search Anime with suggests
- Detailed info about each anime
- Play anime trailer hovering top hero carousel or clicking on it in detail modal
- Light and dark theme
- npm
- nodejs
- Clone repo
git clone https://github.com/andyhuntdev/aniscover.git
- Go in folder
cd aniscover
- Install packages
npm i
- Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
npm run start
MIT