File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
- # javascriptProjects
1
+ # Beginner to Advanced JavaScript Projects🔥
2
2
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.
You can’t perform that action at this time.
0 commit comments