A Music App made by HTML,CSS,JavaScript
Press any alphabet keys.
You can get your own fork/copy of musicApp by using the Fork button
You need to clone (download) it to local machine using
$ git clone https://github.com/Your_Username/musicApp.git
#This makes a local copy of repository in your machine.
Once you have cloned the musicApp
repository in Github, move to that folder first using change directory command on Linux, Windows and Mac.
$ cd musicApp
# This will change directory to a folder musicApp
Once you have completed these steps, you are ready to start contributing by checking our CSoC
Issues and creating pull requests.
Make the necessary changes in your code and push it to Github:octocat:
To add the changes to the branch. Use
$ git add .
# To add all files to branch Folder_Name
Type in a relevent message for the code reveiwer using
$ git commit -m 'relevant message'
# This message get associated with all files you have changed
Now, Push your awesome work to your remote repository using
$ git push
# To push your work to your remote repository
Finally, go to your repository in browser and you can see all of your updated code in your repo. Now click on compare and pull requests
.
Then add a title and description to your pull request that explains your precious effort.
I would love to have new features
in this project.
Please discuss it with me first before creating new-issue. :tada: :confetti_ball: :smiley: Happy Contributing π π π