Skip to content

goshagavriloff/john-app

Repository files navigation

JohnApp - React app

REST API

This project use Platzi Fake Store API for :

  • Authentication
  • Registration
  • Check is available mail (note: this route return always false; i had comment out the code where it is used)
  • Get profile info by access token
  • Refresh JWT token

Test creditionals for auth

Login: [email protected]
Password: changeme
See more creditionals on (https://api.escuelajs.co/api/v1/users)

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000/john-app to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!