Skip to content

Manga reader created with ReactJS, Redux and ExpressJS.

Notifications You must be signed in to change notification settings

rwxlucas/manga-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manga King

Manga King is a responsive web app created by me, Lucas Faria, with the purpose of learning about web development and training my skills.

Features

  • Register and log in users
  • Manga bookmark for each user
  • Search manga by name (in development)
  • Search manga by genre (in development)
  • Read manga and change chapters

How to use

The app can be used without an account, but the bookmark will be available only for logged users. It is simple, every manga page will have a button to "Add Favorite" or "Remove favorite" to manage the bookmarks. At the bottom of the page every manga will have available a list of chapters, you only need to click and will be redirected to the selected manga page.

Examples

Register and Log in

Register and Log in

Manage bookmarks

Manage bookmarks

Read manga

Read Manga

Responsive web app

Responsive web app

Build on your own

Install the dependencies and devDependencies.

$ git clone https://github.com/rwxlucas/manga-reader
$ cd manga-reader
$ cd backend; npm install;
$ cd ../frontend; npm install;

Todo's

  • Search manga by name
  • Search manga by genre
  • Learn and implement auth security

About

Manga reader created with ReactJS, Redux and ExpressJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages