Skip to content

Commit 982fe86

Browse files
authored
Update README.md
1 parent 87865e2 commit 982fe86

File tree

1 file changed

+30
-22
lines changed

1 file changed

+30
-22
lines changed

β€ŽREADME.md

+30-22
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,41 @@ During my course, I forked the E-Plant Shopping repository and made several enha
3636

3737
```bash
3838
git clone https://github.com/Ketan5757/eplant-shopping.git
39-
2️⃣ Navigate into the project directory:
40-
bash
41-
Copy
39+
```
40+
### 2️⃣ Navigate into the project directory:
41+
42+
```bash
4243
cd eplant-shopping
43-
3️⃣ Install dependencies:
44-
bash
45-
Copy
44+
```
45+
46+
### 3️⃣ Install dependencies:
47+
48+
```bash
4649
npm install
47-
4️⃣ Start the development server:
48-
bash
49-
Copy
50+
```
51+
52+
### 4️⃣ Start the development server:
53+
```bash
5054
npm run dev
51-
πŸš€ Deployment
52-
This project is deployed using GitHub Pages. To redeploy after making changes:
55+
```
5356

54-
bash
55-
Copy
57+
## πŸš€ Deployment
58+
This project is deployed using GitHub Pages. To redeploy after making changes:
59+
```bash
5660
npm run deploy
61+
```
5762
Then, visit: https://ketan5757.github.io/eplant-shopping/
5863

59-
🎯 Lessons Learned
60-
Working with React and Redux to manage state efficiently
61-
Handling dynamic routing with react-router-dom
62-
Configuring Vite for optimal build and deployment
63-
Debugging 404 errors in GitHub Pages
64-
🀝 Contributions & Credits
65-
Original Repository: E-Plant Shopping
66-
Forked & Enhanced by: Ketan5757
67-
Technologies Used: React, Redux, Vite, GitHub Pages
64+
## 🎯 Lessons Learned
65+
66+
- Working with React and Redux to manage state efficiently
67+
- Handling dynamic routing with react-router-dom
68+
- Configuring Vite for optimal build and deployment
69+
- Debugging 404 errors in GitHub Pages
70+
71+
## 🀝 Contributions & Credits
72+
- Original Repository: E-Plant Shopping
73+
- Forked & Enhanced by: Ketan5757
74+
- Technologies Used: React, Redux, Vite, GitHub Pages
75+
6876
πŸ’‘ Feel free to fork and modify this project further! πŸš€

0 commit comments

Comments
Β (0)