Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 666 Bytes

Drum-Kit-Project

A simple drum kit project using HTML, CSS JS

This is a simple landing page of an organization and which is available as a challenge in CodeWell.

To contribute to this project

  • Please fork this repository and make changes in your local machine.
git init
git clone https://github.com/theshrish46/Drum-Kit-Project.git
  • Make changes using
cd <project directory>
  • Commit changes by creating a new branch
 git branch <new-branch>
 git checkout <new-branch>
 git add .
 git commit -m "suitable message"
 git push origin <new-branch> 
  • Raise a pull request and it will be merged if it does not have any conflict.