An angular app that can be used to browse anime and its related information with the help of Anilist API. GraphQL is used to retrieve the anime entries.
The site can be accessed here.
WARNING: Since the site is in the development stage it is prone to bugs. Please open an issue or wait till it is fixed if encountered with a problem.
To run this project locally, have npm
and angular-cli
installed globally and then,
- Clone the repo
- Run
npm install
- Run
ng serve
for a dev server - Navigate to
http://localhost:4200/
The app will automatically reload if you change any of the source files.
For further help on the Angular CLI visit their site here.