Skip to content

Michelle-Laignier/Auth-Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.