File tree Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Beginner to Advanced JavaScript Projects🔥
2
+
2
3
Sharpen your JavaScript skills by building these awesome projects using HTML, CSS & ; JS.
3
4
<br >
4
5
<br >
5
6
6
7
# How to contribute? <br >
8
+
7
9
## 👉 Fork this repository <br >
8
- Click on the `` fork `` button<br >
10
+
11
+ Click on the ` fork ` button<br >
12
+
9
13
## 👉 Clone this repository <br >
14
+
10
15
```
11
16
git clone https://github.com/namyakhan/javascriptProjects.git
12
17
```
18
+
13
19
## 👉 Create a branch
20
+
14
21
```
15
22
git checkout -b projectname-username
16
23
```
24
+
17
25
## 👉 Add a project and commit
26
+
18
27
```
19
28
git add .
20
29
```
30
+
21
31
```
22
32
git commit -m "description of project"
23
33
```
34
+
24
35
## 👉 Push changes to GitHub
36
+
25
37
```
26
38
git push -u origin your-branch-name
27
39
```
28
- ## 👉 Submit your changes for review
29
- Click on `` Create a Pull Request `` button on GitHub<br >
30
40
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
35
42
43
+ Click on ` Create a Pull Request ` button on GitHub<br >
36
44
45
+ ## Submit the PR🤩
37
46
47
+ You will get a notification email once the changes have been merged. You're now part of the Open Source Community!🎉
38
48
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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments