rodhenr / MangaUpdaterAPI_V2_React

Manga Tracker using React and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“’ Manga Updater

Track and follow your favorite manga series effortlessly with this front-end project. This application enables you to stay updated on the latest chapter releases for all your favorite mangas. This project allow you to navigate through your manga collection with ease and never miss a new chapter.

πŸ‘¨β€πŸ’» Tecnologias

For this project, the following technologies were used:

πŸ“€ How to Replicate This Project

  1. Follow the instructions in the MangaUpdaterAPI_V2_CSharp repository to set up the database and backend project.

  2. Open the terminal and navigate to this project folder.

  3. Build the Docker image using the following command:

    docker build -t mangaupdater-frontend .
  4. Run the Docker container with the following command:

    docker run -d --rm -p 5173:5173 --name mangaupdater-frontend mangaupdater-frontend
  5. The MangaUpdater Frontend will be accessible at http://localhost:5173/ on your local machine.

About

Manga Tracker using React and Typescript


Languages

Language:TypeScript 88.1%Language:SCSS 10.5%Language:HTML 0.5%Language:CSS 0.4%Language:JavaScript 0.3%Language:Dockerfile 0.1%