Skip to content

Commit 5493d81

Browse files
Create README.md
1 parent b4ff186 commit 5493d81

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Playground Start
2+
3+
This is the starter code for the playground project we use in part 2 of my React course.
4+
5+
## Getting Started
6+
7+
To get started, follow these steps:
8+
9+
1. Clone this repository to your local machine.
10+
2. Run `npm install` to install the required dependencies.
11+
3. Run `npm run dev` to start the web server.
12+
13+
## About the Course
14+
15+
This repository belongs to part 2 of my React course covering intermediate-level topics.
16+
17+
- Fetching and updating data with React Query
18+
- All about reducers, context, and providers
19+
- Managing application state with Zustand
20+
- Routing with React Router
21+
22+
You can find the course at https://codewithmosh.com

0 commit comments

Comments
 (0)