Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
/ manga-hub Public archive

A manga hub. I'm using React, Tailwind w/ DaisyUI

License

Notifications You must be signed in to change notification settings

d-kja/manga-hub

Repository files navigation

Manga App

Table

Obs

I'm probably going to make a better version later as this one was done when I was just learning React

Summary

This application is based on the idea of distributing mangas for free, unfortunately it's only (CC) content :c


Commands

To run the current version you need to open your CLI and type the following:

  • Starts the app:
 npm start
  • Mock JSON Backend (you can set it up by changing the db.json file, it has the basic-ish structure of my current db):
 npm run jserver
  • if for some odd reason my css isn't compiling, use this command to compile Sass once again:
 npm run compile:sass

Preview

image preview isn't updated

Desktop

  • (1600):

    Desktop preview

Tablet

  • (950):

Tablet preview

Mobile

  • (600):

Mobile preview

Others