Anime Watchers
A web application for anime enthusiasts who want to watch anime, but don't know
which ones to watch.
I built this app because I know the struggle of wanting to watch a specific anime
genre but not knowing a specific title. It randomizes an anime and once I find one
I like I can save it to a watch list.
live demo
Technologies Used
- HTML5
- CSS3
- JavaScript
- AJAX
Features
- User can view a single random anime from a chosen genre.
- User can search by rating.
- User can view synopsis of the anime.
- User can save to a watch list.
- User can delete the anime they've watched.
Getting Started
- Clone the repository.
git clone https://github.com/mikesayala/ajax-project.git
cd ajax-project
- Install all dependencies with NPM.
npm ci
- Start the project. Once started you can view the application by opening the index.html file in your browser.