Skip to content

Commit 834a881

Browse files
Namya KhanNamya Khan
Namya Khan
authored and
Namya Khan
committed
bug fixes
1 parent dd37d77 commit 834a881

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,49 @@
11
# Beginner to Advanced JavaScript Projects🔥
2+
23
Sharpen your JavaScript skills by building these awesome projects using HTML, CSS & JS.
34
<br>
45
<br>
56

67
# How to contribute? <br>
8+
79
## 👉 Fork this repository <br>
8-
Click on the ``fork`` button<br>
10+
11+
Click on the `fork` button<br>
12+
913
## 👉 Clone this repository <br>
14+
1015
```
1116
git clone https://github.com/namyakhan/javascriptProjects.git
1217
```
18+
1319
## 👉 Create a branch
20+
1421
```
1522
git checkout -b projectname-username
1623
```
24+
1725
## 👉 Add a project and commit
26+
1827
```
1928
git add .
2029
```
30+
2131
```
2232
git commit -m "description of project"
2333
```
34+
2435
## 👉 Push changes to GitHub
36+
2537
```
2638
git push -u origin your-branch-name
2739
```
28-
## 👉 Submit your changes for review
29-
Click on ``Create a Pull Request`` button on GitHub<br>
3040

31-
## Submit the PR🤩
32-
You will get a notification email once the changes have been merged. You're now part of the Open Source Community!🎉
33-
34-
### Don't forget to show some ❤️ by hitting ⭐️
41+
## 👉 Submit your changes for review
3542

43+
Click on `Create a Pull Request` button on GitHub<br>
3644

45+
## Submit the PR🤩
3746

47+
You will get a notification email once the changes have been merged. You're now part of the Open Source Community!🎉
3848

49+
### Don't forget to show some ❤️ by hitting ⭐️
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mapty

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)