Skip to content

Commit d5cd127

Browse files
committed
Module Summary
1 parent 6f33d80 commit d5cd127

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ Learn React with [this complete guide](https://www.udemy.com/course/react-the-co
2828
| Time To Practice: Food Order App | Components, State, Context, Effects, HTTP Requests & More! | [Folder](./complete-path/practice-project-3/) - [GitHub](https://github.com/ThomasCode92/react-complete-guide/commits/practice-project-3) |
2929
| Understanding Redux | Managing App-Wide State with Redux | [Folder](./complete-path/redux-introduction/) - [GitHub](https://github.com/ThomasCode92/react-complete-guide/commits/redux-introduction) |
3030
| Redux Deep Dive | Taking a Closer Look | [Folder](./complete-path/redux-advanced/) - [GitHub](https://github.com/ThomasCode92/react-complete-guide/commits/redux-advanced) |
31+
| Single-Page Application Routing | Multiple Pages In Single-Page Apps | [Folder](./complete-path/routing-auth/) - [GitHub](https://github.com/ThomasCode92/react-complete-guide/commits/routing-auth) |
32+
| Authentication | User Signup & Login | [Folder](./complete-path/routing-auth/) - [GitHub](https://github.com/ThomasCode92/react-complete-guide/commits/routing-auth) |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Single-Page Application Routing - Authentication
2+
3+
## Key Topics
4+
5+
| **Single-Page Application Routing** | **Authentication** |
6+
| ----------------------------------- | --------------------------------------------------- |
7+
| What & Why? | **How Authentication Works** In React Apps |
8+
| Using **React Router** | **Implementing** User Authentication |
9+
| Data Fetching & Submission | Adding Authentication **Persistence & Auto-Logout** |
10+
11+
## Running the Application
12+
13+
To run the application, follow these steps:
14+
15+
```bash
16+
git clone https://github.com/ThomasCode92/react-complete-guide
17+
cd complete-path/routing-auth # navigate to project folder
18+
npm install # install dependencies, backend & frontend
19+
npm run dev # start development servers, backend & frontend
20+
```
21+
22+
Open [http://localhost:5173](http://localhost:5173) in a browser to view the application.

0 commit comments

Comments
 (0)