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
# Welcome to the JavaScript Mini Projects Repository!
2
-
### Description
3
-
"Welcome to our JavaScript Playground on GitHub! 🚀 Explore a diverse range of projects that showcase the capabilities of JavaScript. Whether you're just starting your coding journey or have been in the field for a while, there's something here for everyone. It's not about fancy titles; it's about the joy of coding in JavaScript. Dive in, explore the code, and let the love for coding and learning flow! Thank you for contributing to this collaborative space. Happy coding! 🌟"
1
+
# <palign="center">Welcome to the JavaScript Mini Projects</p>
Explore a diverse range of projects that showcase the capabilities of JavaScript. Whether you're just starting your coding journey or have been in the field for a while, there's something here for everyone. It's not about fancy titles; it's about the joy of coding in JavaScript. Dive in, explore the code, and let the love for coding and learning flow! Thank you for contributing to this collaborative space. Happy coding! 🌟"
24
+
25
+
## How to Contribute
4
26
5
-
### How to Contribute
6
27
Make some awesome projects, put them in your directory and create a pull request. and DONE ✅
7
28
8
29
### Steps to Raise and get your PR Merged successfully.
9
-
👉 Fork this repository
10
30
11
-
👉 Clone the repository into your local system
31
+
1. Fork this repository
12
32
13
-
👉 Create a branch ```projectname-username```, e.g. - ```git checkout -b ChatApp-thinkswell```
33
+
2. Clone the repository into your local system
14
34
15
-
👉 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
3. Create a branch `projectname-username`, e.g. - `git checkout -b ChatApp-thinkswell`
18
40
19
-
👉 **Add & commit**, use ```git add -A```, than ```git commit -m "Your commit message about project"```
41
+
```bash
42
+
git checkout -b ChatApp-thinkswell
43
+
```
20
44
21
-
👉 **Push changes to GitHub**, e.g. - ```git push origin ChatApp-thinkswell```
45
+
4. Add your projects in the respective directory (if exist otherwise create one), the name of directory should be your `ProjectName/USERNAME`.
22
46
23
-
👉 **Click** on `Create a Pull Request`.
47
+
Examples: `ChatApp/thinkswell`
24
48
25
-
👉 Attach some **SCREENSHOTS/GIF** or **link of your working project** in the description _**❗Important❗**_.
49
+
5.**Add `One project` at a time**
26
50
27
-
👉**Submit** the PR.
51
+
6.**Add & commit**
28
52
29
-
👉 **Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.**
53
+
```bash
54
+
git add -A
55
+
git commit -m "Your commit message about project"
56
+
```
30
57
31
-
***
58
+
7.**Push changes to GitHub**,
59
+
60
+
```bash
61
+
git push origin ChatApp-thinkswell
62
+
```
63
+
64
+
8.**Click** on `Create a Pull Request`.
65
+
66
+
9. Attach some **SCREENSHOTS/GIF** or **link of your working project** in the description _**❗Important❗**_.
67
+
68
+
10.**Submit** the PR.
69
+
70
+
11.**Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.**
71
+
72
+
---
32
73
33
74
### What You Can Contribute
75
+
34
76
We welcome contributions from the community to enhance and expand our collection of mini JavaScript projects. Here are several ways you can contribute:
35
77
36
-
👉 **Add New Projects**
78
+
👉 **Add New Projects**
37
79
38
80
Do you have a creative JavaScript project that you think would be a great addition to our collection? Submit your project!
39
81
@@ -47,9 +89,10 @@ Have an idea for a new project? Create a new issue by clicking on the `New Issue
47
89
48
90
We're happy to merge awesome portfolio to this repository!
49
91
50
-
***
92
+
---
93
+
94
+
## Usage
51
95
52
-
### Usage
53
96
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:
54
97
55
98
👉 **Choose a project**
@@ -66,19 +109,18 @@ Change directory to the specific project you want to explore.
66
109
67
110
👉 **Open index.html or index.js in your browser**
68
111
69
-
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
112
+
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
70
113
71
114
👉 **Explore and interact**
72
115
73
116
Have fun with the project!
74
117
75
-
***
118
+
---
76
119
77
-
###Disclaimer
120
+
## Disclaimer
78
121
79
122
We have a strong commitment to genuine open source contributions and, therefore, do not tolerate plagiarized source code. If our maintainers discover that any Pull Requests (PRs) fail to adhere to this Terms and Conditions, they will be categorized as spam and subsequently closed.
80
123
81
-
***
124
+
---
82
125
83
-
# Hurray! Now you are a part of the open source community 🚀🚀🚀
84
-
126
+
## <palign="center">Hurray! Now you are a part of the open source community 🚀🚀🚀</p>
0 commit comments