Skip to content

Commit d37fd00

Browse files
authored
Update README.md
1 parent b36d61e commit d37fd00

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# javascriptProjects
1+
# Beginner to Advanced JavaScript Projects🔥
22
Sharpen your JavaScript skills by building these awesome projects using HTML, CSS & JS.
3+
<br>
4+
<br>
5+
6+
# How to contribute? <br>
7+
## 👉 Fork this repository <br>
8+
Click on the ``fork`` button<br>
9+
## 👉 Clone this repository <br>
10+
```
11+
git clone https://github.com/namyakhan/javascriptProjects.git
12+
```
13+
## 👉 Create a branch
14+
```
15+
git checkout -b projectname-username
16+
```
17+
## 👉 Add a project and commit
18+
```
19+
git add .
20+
```
21+
```
22+
git commit -m "description of project"
23+
```
24+
## 👉 Push changes to GitHub
25+
```
26+
git push -u origin your-branch-name
27+
```
28+
## 👉 Submit your changes for review
29+
Click on ``Create a Pull Request`` button on GitHub<br>
30+
31+
## Submit the PR🤩
32+
You will get a notification email once the changes have been merged.

0 commit comments

Comments
 (0)