Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 687 Bytes

AuthFront

This project does an authentication process using JSON Web Token.
The user can create an account and login. If the e-mail and password are correct, the user will be able to access the Home page.

site's print screen

Techs

  • React
  • Vite
  • React Icons
  • styled-components
  • react-router-dom
  • React states
  • JWT
  • Axios
  • Context
  • localStorage

Backend

The AuthBack is the backend server that is connected to a database and works together with the AuthFront. You can check the AuthBack repo by clicking here.