Skip to content

Commit 9ed83cc

Browse files
authored
Update README.md
1 parent ff2cea6 commit 9ed83cc

File tree

1 file changed

+7
-60
lines changed

1 file changed

+7
-60
lines changed

README.md

Lines changed: 7 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
### **Repository Details**
2-
3-
#### **Description**:
4-
_A showcase of JavaScript mini-projects I built during my web development journey. These include an API-based app, an Expense Tracker, a To-Do List, and a Shopping Cart._
5-
6-
#### **Topics**:
7-
Include the following topics in your repository settings:
8-
- `JavaScript`
9-
- `Web Development`
10-
- `Frontend Projects`
11-
- `Mini Projects`
12-
- `HTML`
13-
- `CSS`
14-
- `Interactive Web Apps`
15-
16-
---
17-
18-
### **README File**
19-
20-
```markdown
211
# JavaScript Mini Projects
222

233
Welcome to my collection of JavaScript mini-projects! 🚀
@@ -32,15 +12,15 @@ Getting tired of just learning it, I made these projects for fun, and now I'm ex
3212

3313
## Projects Included
3414

35-
1. **API-Based Project**
15+
1. **API-Based Weather App Project**
3616
- Description: An interactive project that fetches and displays data from a public API.
37-
- Deployed: [API-Based Project](https://soham047.github.io/JavaScript-Mini-Projects/API-based/)
17+
- Deployed: [API-Based Project](https://soham047.github.io/JavaScript-Mini-Projects/API-based-Weather-App/)
3818

3919
2. **Expense Tracker**
4020
- Description: A simple app to track expenses, categorize them, and manage a budget.
4121
- Deployed: [Expense Tracker](https://soham047.github.io/JavaScript-Mini-Projects/Expense-Tracker/)
4222

43-
3. **To-Do List**
23+
3. **To Do List**
4424
- Description: A clean and functional to-do list app to manage daily tasks with local storage.
4525
- Deployed: [To-Do List](https://soham047.github.io/JavaScript-Mini-Projects/To-do-list/)
4626

@@ -52,7 +32,10 @@ Getting tired of just learning it, I made these projects for fun, and now I'm ex
5232

5333
## Technologies Used
5434

55-
- **Frontend**: HTML, CSS, JavaScript
35+
- **Frontend**: `
36+
- HTML
37+
- CSS
38+
- JavaScript`
5639
- **Deployment**: GitHub Pages
5740

5841
---
@@ -62,39 +45,3 @@ Getting tired of just learning it, I made these projects for fun, and now I'm ex
6245
1. Clone the repository:
6346
```bash
6447
git clone https://github.com/soham047/JavaScript-Mini-Projects.git
65-
```
66-
2. Open the desired project folder.
67-
3. Run the `index.html` file in a browser to view the project.
68-
69-
---
70-
71-
## Future Plans
72-
73-
- Enhance UI/UX design of these projects.
74-
- Add more JavaScript mini-projects.
75-
- Experiment with frameworks like React or Vue.js.
76-
77-
---
78-
79-
## Connect with Me
80-
81-
Feel free to connect if you have suggestions or ideas:
82-
- [LinkedIn](https://www.linkedin.com/in/soham047)
83-
- [Twitter](https://twitter.com/soham047)
84-
- [Portfolio](https://your-portfolio-link)
85-
86-
---
87-
88-
### Acknowledgments
89-
90-
Thanks for checking out my mini-projects! If you like them, consider giving this repository a ⭐ to show your support.
91-
```
92-
93-
---
94-
95-
### **Additional Suggestions**
96-
- Add **screenshots or GIFs** of each project in the README to make it visually appealing.
97-
- Use a **repository banner image** (e.g., a graphic showcasing JavaScript mini-projects).
98-
- Update the **repository logo** and **social preview image** in settings for better visibility when shared.
99-
100-
Let me know if you need help with any of these!

0 commit comments

Comments
 (0)