You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-36Lines changed: 32 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,35 @@
2
2
### Description
3
3
This is an open-source repository that collects different JavaScript projects. For all who love JavaScript, here you can explore a diverse array of projects. This collection highlights the creativity and expertise of developers, offering inspiration and practical examples for JavaScript enthusiasts of all levels.
4
4
5
-
### Usage
6
-
This repository contains a collection of mini JavaScript projects, each designed to demonstrate a specific concept or feature. Here's how you can use these projects:
5
+
***
7
6
8
-
👉 **Choose a project**
7
+
### How to Contribute
8
+
Make some awesome projects, put them in your directory and create a pull request. and DONE ✅
9
9
10
-
Browse the repository to find a project that interests you. Each project is contained within its own folder.
10
+
### Steps to Raise and get your PR Merged successfully.
11
+
👉 Fork this repository
11
12
12
-
👉 **Clone the repository**
13
+
👉 Clone the repository into your local system
13
14
14
-
Clone this repository to your local machine.
15
+
👉 Create a branch ```projectname-username```, e.g. - ```git checkout -b ChatApp-thinkswell```
15
16
16
-
👉 **Navigate to the project folder**
17
+
👉 Add your projects in the respective directory (if exist otherwise create one), the name of directory should be your ```ProjectName/USERNAME```, e.g. - ChatApp/thinkswell
17
18
18
-
Change directory to the specific project you want to explore.
19
+
👉 **Add ```One project``` at a time**
19
20
20
-
👉 **Open index.html or index.js in your browser**
21
+
👉 **Add & commit**, use ```git add -A```, than ```git commit -m "Your commit message about project"```
21
22
22
-
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
23
+
👉 **Push changes to GitHub**, e.g. - ```git push origin ChatApp-thinkswell```
23
24
24
-
👉 **Explore and interact**
25
+
👉 **Click** on `Create a Pull Request`.
25
26
26
-
Have fun with the project!
27
+
👉 Attach some **SCREENSHOTS/GIF** or **link of your working project** in the description _**❗Important❗**_.
27
28
28
-
***
29
+
👉 **Submit** the PR.
29
30
31
+
👉 **Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.**
32
+
33
+
***
30
34
31
35
### What You Can Contribute
32
36
We welcome contributions from the community to enhance and expand our collection of mini JavaScript projects. Here are several ways you can contribute:
@@ -39,44 +43,36 @@ Do you have a creative JavaScript project that you think would be a great additi
39
43
40
44
If you find any issues or bugs in existing projects, please report them by creating an issue. Better yet, submit a pull request with a fix!
41
45
42
-
👉 **Enhancements**
43
-
44
-
Have an idea to improve an existing project? Whether it's enhancing functionality, improving performance, or refining the user interface, we're open to your suggestions.
46
+
👉 **Create Issues**
45
47
46
-
👉 **Documentation**
48
+
Have an idea for a new project? Create a new issue by clicking on the `New Issue` button and updating the pre-defined template.
47
49
48
-
Help us improve our documentation. If you find areas in the README or project documentation that could be clearer, submit a pull request with your changes.
49
-
50
-
51
-
### How to Contribute
52
-
Make some awesome projects, put them in your directory and create a pull request. and DONE ✅
50
+
We're happy to merge awesome portfolio to this repository!
53
51
54
52
***
55
53
56
-
### Steps to Raise and get your PR Merged successfully.
57
-
👉 Fork this repository
58
-
59
-
👉 Clone the repository into your local system
54
+
### Usage
55
+
This repository contains a collection of mini JavaScript projects, each designed to demonstrate a specific concept or feature. Here's how you can use these projects:
60
56
61
-
👉 Create a branch ```projectname-username```, e.g. - ```git checkout -b ChatApp-thinkswell```
57
+
👉 **Choose a project**
62
58
63
-
👉 Add your projects in the respective directory (if exist otherwise create one), the name of directory should be your ```ProjectName/USERNAME```, e.g. - ChatApp/thinkswell
59
+
Browse the repository to find a project that interests you. Each project is contained within its own folder.
64
60
65
-
👉 Add ```One project``` at a time
61
+
👉 **Clone the repository**
66
62
67
-
👉 Add & commit, use ```git add -A```, than ```git commit -m "Your commit message about project"```
63
+
Clone this repository to your local machine.
68
64
69
-
👉 Push changes to GitHub, e.g. - ```git push origin ChatApp-thinkswell```
65
+
👉 **Navigate to the project folder**
70
66
71
-
👉 Click on `Create a Pull Request`.
67
+
Change directory to the specific project you want to explore.
72
68
73
-
👉 Attach some SCREENSHOTS GIF or link of your working project in the description _❗Important❗_.
69
+
👉 **Open index.html or index.js in your browser**
74
70
75
-
👉 Submit the PR.
71
+
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
76
72
77
-
👉 Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.
73
+
👉 **Explore and interact**
78
74
79
-
We're happy to merge awesome portfolio to this repository!
0 commit comments