Skip to content

About the U.S. project on React, featuring authorization and registration.

Notifications You must be signed in to change notification settings

JakobOrion/se_project_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 14

Around the U.S. project on React, featuring authorization and registration.

  • Creating Routes and Redirecting

    Implemented two new routes for unauthorized users in a separate auth.js file:

    /signup — for user registration

    /signin — for user authorization

    If an unauthorized user visits the application, they should be redirected to the login page, regardless of the route they accessed.

  • Creating New React Components

    Revised JSX and CSS, added new components:

    Login — the component for user authorization with the necessary state variables

    Register — the component for user registration with the necessary state variables

    ProtectedRoute — use this component to protect the / route so that unauthorized users can't access it

    InfoTooltip — a modal window component that informs the user whether they've been registered successfully

  • Connecting the Site Main Functionality to the Practicum Back-End

  • Implementing User Authentication

  • Implementing Local Storage and Token Manipulation

About

About the U.S. project on React, featuring authorization and registration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published