@@ -10,38 +10,84 @@ Getting tired of just learning it, I made these projects for fun, and now I'm ex
1010
1111---
1212
13- ## Projects Included
14-
15- 1 . ** API-Based Weather App Project**
16- - Description: An interactive project that fetches and displays data from a public API.
17- - Deployed: [ API-Based Project] ( https://soham047.github.io/JavaScript-Mini-Projects/API-based-Weather-App/ )
18-
19- 2 . ** Expense Tracker**
20- - Description: A simple app to track expenses, categorize them, and manage a budget.
21- - Deployed: [ Expense Tracker] ( https://soham047.github.io/JavaScript-Mini-Projects/Expense-Tracker/ )
22-
23- 3 . ** To Do List**
24- - Description: A clean and functional to-do list app to manage daily tasks with local storage.
25- - Deployed: [ To-Do List] ( https://soham047.github.io/JavaScript-Mini-Projects/To-do-list/ )
26-
27- 4 . ** Shopping Cart**
28- - Description: A basic shopping cart app with product listing, price calculation, and cart management.
29- - Deployed: [ Shopping Cart] ( https://soham047.github.io/JavaScript-Mini-Projects/Shopping-Cart/ )
13+ ## 🌟 Projects Included
14+
15+ ### 1. ** API-Based Project**
16+ - ** Description** : An interactive project that fetches and displays data from a public API.
17+ - ** Deployed** : [ API-Based Project] ( https://soham047.github.io/JavaScript-Mini-Projects/API-based/ )
18+ - ** Features** :
19+ - Fetches data dynamically from APIs.
20+ - Displays the data in a clean and interactive UI.
21+
22+ ### 2. ** Expense Tracker**
23+ - ** Description** : A simple app to track expenses, categorize them, and manage a budget.
24+ - ** Deployed** : [ Expense Tracker] ( https://soham047.github.io/JavaScript-Mini-Projects/Expense-Tracker/ )
25+ - ** Features** :
26+ - Add, edit, and delete expenses.
27+ - Visualize expenses through charts (if applicable).
28+ - Stores data locally for persistence.
29+
30+ ### 3. ** To-Do List**
31+ - ** Description** : A clean and functional to-do list app to manage daily tasks with local storage.
32+ - ** Deployed** : [ To-Do List] ( https://soham047.github.io/JavaScript-Mini-Projects/To-do-list/ )
33+ - ** Features** :
34+ - Add, mark as complete, and delete tasks.
35+ - Persistent storage using local storage.
36+ - Minimalistic and responsive design.
37+
38+ ### 4. ** Shopping Cart**
39+ - ** Description** : A basic shopping cart app with product listing, price calculation, and cart management.
40+ - ** Deployed** : [ Shopping Cart] ( https://soham047.github.io/JavaScript-Mini-Projects/Shopping-Cart/ )
41+ - ** Features** :
42+ - Add and remove items from the cart.
43+ - Displays total price dynamically.
44+ - Responsive and user-friendly interface.
3045
3146---
3247
33- ## Technologies Used
48+ ## 🛠️ Technologies Used
3449
35- - ** Frontend** : `
50+ - ** Frontend** :
3651 - HTML
3752 - CSS
38- - JavaScript`
53+ - JavaScript
3954- ** Deployment** : GitHub Pages
4055
4156---
4257
43- ## How to Use This Repository
58+ ## 🚀 How to Use This Repository
4459
45601 . Clone the repository:
4661 ``` bash
4762 git clone https://github.com/soham047/JavaScript-Mini-Projects.git
63+ ```
64+ 2 . Navigate to the desired project folder:
65+ ``` bash
66+ cd JavaScript-Mini-Projects/project-folder-name
67+ ```
68+ 3 . Open the ` index.html ` file in your browser to view the project locally.
69+
70+ ---
71+
72+ ## 🎯 Future Plans
73+
74+ - Enhance UI/UX design of these projects.
75+ - Add more JavaScript mini-projects.
76+ - Experiment with frameworks like React or Vue.js.
77+
78+ ---
79+
80+ ## 🤝 Connect with Me
81+
82+ Feel free to connect if you have suggestions or ideas:
83+
84+ - [ LinkedIn] ( https://www.linkedin.com/in/soham047 )
85+ - [ Instagram] ( https://instagram.com/s0hahahaham )
86+ - [ Portfolio] ( https://your-portfolio-link ) - (not made yet)
87+
88+ ---
89+
90+ ## 📜 Acknowledgments
91+
92+ Thanks for checking out my mini-projects! If you like them, consider giving this repository a ⭐ to show your support.
93+
0 commit comments