Created by Rafase282
Github | FreeCodeCamp | CodePen | LinkedIn | Blog/Site | E-Mail
The Front-End for the MangaDB app
- 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
- Run the server with
node ./bin/www
- Run the gulp task
gulp
.
It will open a new browser-sync instance with the preview.
- 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.