A webpage with full of music suggestions from all over the world!
⭐ This repository is made for beginners who are looking for a beginner-friendly repository to start open source contributions!
⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub.
⭐ Star this repository for a better reach!
A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.
-
To qualify for digital rewards by Hacktoberfest, you must register for the event and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone).
-
Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest (look for the “hacktoberfest” topic).
-
The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation
⭐ Follow these steps to add your song to the webpage:
- Go to index.html
- Copy paste the music-item template code to modify it.
'''
<!-- Copy and paste the following template for each music item -->
<!--Card 1-->
<div class="music-item">
<div class="des">
<!-- insert the embed code here -->
<p>Suggested by your-name</p>
</div>
</div>
'''
- Choose a song in Spotify > go to share > select embed track > choose any color > click copy.
- Paste the embed code of your song.
- Write your name in the code after "Suggested by ".
- You are done go aheaed and make your pull request.
⭐ Don't make any other changes in the code! If you find any bug or have a feature suggestion, feel free to raise an issue.
Happy Coding!