Skip to content

Files

routing-auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024

Single-Page Application Routing - Authentication

Key Topics

Single-Page Application Routing Authentication
What & Why? How Authentication Works In React Apps
Using React Router Implementing User Authentication
Data Fetching & Submission Adding Authentication Persistence & Auto-Logout

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/routing-auth   # navigate to project folder
npm install   # install dependencies, backend & frontend
npm run dev   # start development servers, backend & frontend

Open http://localhost:5173 in a browser to view the application.