/protected_routes_using_react_router

Protected Routes In React Using React Router

Primary LanguageJavaScript

Protect Routes In React Using React Router

This tutorial uses React Router version 6.4.0

This goes along with the hashnode post Protected Routes In React Using React Router.

To get started with this project, do the following:

Git clone the project cd into the project directory run npm install from the terminal run npm start from the terminal

npm install
npm start