Skip to content

fabiobrasileiroo/manga-project

 
 

Repository files navigation

MangaProject

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.

Installation Instructions

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.

Screenshots

Desktop

Home Responsive

title

Carousel

title

Show More button

title

Search

title

Manga Detail

title

Pagination

title

Change Chapter

title

Go to Top Button

title


Mobile

Carousel

title

Search

title

Folder Structure

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

API Documentation

This project uses MangaDex API to get all the manga information.

Contact Information

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.4%
  • HTML 19.5%
  • SCSS 17.6%
  • JavaScript 1.5%