Manga Reader Created with ReactJS, Redux and ExpressJS

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

Download Details:

Author: rwxlucas

Source Code: https://github.com/rwxlucas/manga-reader

#react #reactjs #javascript

Manga Reader Created with ReactJS, Redux and ExpressJS
24.25 GEEK