We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff186 commit 5493d81Copy full SHA for 5493d81
README.md
@@ -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