CSoC-2020 / Project-musicApp

Project Music App , Mentor - Ankit Raj , Selected Mentees will act as Interns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to musicApp

A Music App made by HTML,CSS,JavaScript

Press any alphabet keys.

Steps to follow πŸ“œ

1. Fork it 🍴

You can get your own fork/copy of musicApp by using the Fork button

2. Clone it πŸ‘₯

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

3. Ready Steady Go... 🐒 πŸ‡

Once you have completed these steps, you are ready to start contributing by checking our CSoC Issues and creating pull requests.

4. Create a pull request ‼️

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.

Help Contributing Guides πŸ‘‘

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 πŸ˜ƒ 🎊 πŸŽ‰

About

Project Music App , Mentor - Ankit Raj , Selected Mentees will act as Interns


Languages

Language:JavaScript 99.0%Language:HTML 1.0%Language:CSS 0.0%