This project was generated with Angular CLI version 17.1.0.
This webpage allows you to search for and read a diverse selection of comics from Japan, Korea, and China, with translations available in multiple languages.
Steps to install and modify this project:
- You need to have Angular and Node installed at your machine
- Clone the repository
- Open the folder in a terminal and run
npm i
- Then run
ng serve
- Navigate to
http://localhost:4200/
- The application will automatically reload if you change any of the source files.
The main folders are
- app: where all the components are
- pipe: all the custom pipes to format languages
- services: all services to acess manga information
- assets: has all the the internal images and logo
This project uses MangaDex API to get all the manga information.