Skip to content

Rafase282/mangadb-front

Repository files navigation

MangaDB Client App

@Rafase282

Created by Rafase282

Github | FreeCodeCamp | CodePen | LinkedIn | Blog/Site | E-Mail

The Front-End for the MangaDB app

Gitter bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

Backend Source Code

MangaDB Secure RSTful API

Testing

  1. Create an .env file:
API=https://api-hostname/api // The url for the api
HOST=https://client-hostname/reset //the URL for this client pointing to /reset
PORT=xxxx // The port the server will be runing on
secret="the secret!" // Secret for security purpose
  1. Run the server with node ./bin/www
  2. Run the gulp task gulp.

It will open a new browser-sync instance with the preview.

To-Do

  • Create React single Page.
  • Fix Manga Form
  • Fix Tootltips not showing on Manga Card
  • Fix Error Page
  • Test Whole Site
  • Implement Fixed Size for Manga Cards
  • Fix the Too Manu Redirects Issue
  • Implement password Recovery and reset.