Skip to content

Commit ac320e0

Browse files
authored
Updated README.md
1 parent 00ef588 commit ac320e0

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ This project demonstrates strong fundamentals of **frontend development, DOM man
3434
---
3535

3636
## 📂 Project Structure
37-
38-
```text
37+
```
3938
Spotify-Clone/
4039
4140
├── index.html # Main HTML file
@@ -47,31 +46,53 @@ Spotify-Clone/
4746
├── playing.gif # Playing animation
4847
4948
└── README.md # Project documentation
49+
```
50+
51+
## ▶️ How to Run the Project
5052

51-
▶️ How to Run the Project
5253
1️⃣ Clone the repository
54+
```
5355
git clone https://github.com/mr-piyushkr/Spotify-Clone.git
56+
```
5457

5558
2️⃣ Open the proj
59+
```
5660
cd Spotify-Clone
61+
```
5762

5863
3️⃣ Open index.html in any browser
64+
5965
✅ No server required
6066

67+
---
6168

69+
## 🧠 Key Learnings
6270

63-
🧠 Key Learnings
6471
1. Handling HTML5 Audio API
6572
2. Implementing real-time UI updates
6673
3. Strong understanding of DOM manipulation
6774
4. Building interactive frontend projects using vanilla JavaScriptect folder
6875

69-
🌟 Future Enhancements
76+
---
77+
78+
## 🌟 Future Enhancements
79+
```
80+
7081
🚀 Playlist support
7182
🚀 Volume control
7283
🚀 Backend integration
7384
🚀 User authentication
7485
🚀 Mobile-first improvements
86+
```
87+
88+
---
89+
90+
## 📄 License
91+
This project is licensed under the MIT License.
92+
93+
---
94+
95+
## 🙌 Author
7596

76-
🙌 Author
7797
Piyush Kumar
98+

0 commit comments

Comments
 (0)