@@ -36,33 +36,41 @@ During my course, I forked the E-Plant Shopping repository and made several enha
36
36
37
37
``` bash
38
38
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
42
43
cd eplant-shopping
43
- 3οΈβ£ Install dependencies:
44
- bash
45
- Copy
44
+ ```
45
+
46
+ ### 3οΈβ£ Install dependencies:
47
+
48
+ ``` bash
46
49
npm install
47
- 4οΈβ£ Start the development server:
48
- bash
49
- Copy
50
+ ```
51
+
52
+ ### 4οΈβ£ Start the development server:
53
+ ``` bash
50
54
npm run dev
51
- π Deployment
52
- This project is deployed using GitHub Pages. To redeploy after making changes:
55
+ ```
53
56
54
- bash
55
- Copy
57
+ ## π Deployment
58
+ This project is deployed using GitHub Pages. To redeploy after making changes:
59
+ ``` bash
56
60
npm run deploy
61
+ ```
57
62
Then, visit: https://ketan5757.github.io/eplant-shopping/
58
63
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
+
68
76
π‘ Feel free to fork and modify this project further! π
0 commit comments