Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 32 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,35 @@
### Description
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.

### Usage
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:
***

👉 **Choose a project**
### How to Contribute
Make some awesome projects, put them in your directory and create a pull request. and DONE ✅

Browse the repository to find a project that interests you. Each project is contained within its own folder.
### Steps to Raise and get your PR Merged successfully.
👉 Fork this repository

👉 **Clone the repository**
👉 Clone the repository into your local system

Clone this repository to your local machine.
👉 Create a branch ```projectname-username```, e.g. - ```git checkout -b ChatApp-thinkswell```

👉 **Navigate to the project folder**
👉 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

Change directory to the specific project you want to explore.
👉 **Add ```One project``` at a time**

👉 **Open index.html or index.js in your browser**
👉 **Add & commit**, use ```git add -A```, than ```git commit -m "Your commit message about project"```

Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
👉 **Push changes to GitHub**, e.g. - ```git push origin ChatApp-thinkswell```

👉 **Explore and interact**
👉 **Click** on `Create a Pull Request`.

Have fun with the project!
👉 Attach some **SCREENSHOTS/GIF** or **link of your working project** in the description _**❗Important❗**_.

***
👉 **Submit** the PR.

👉 **Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.**

***

### What You Can Contribute
We welcome contributions from the community to enhance and expand our collection of mini JavaScript projects. Here are several ways you can contribute:
Expand All @@ -39,44 +43,36 @@ Do you have a creative JavaScript project that you think would be a great additi

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!

👉 **Enhancements**

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.
👉 **Create Issues**

👉 **Documentation**
Have an idea for a new project? Create a new issue by clicking on the `New Issue` button and updating the pre-defined template.

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.


### How to Contribute
Make some awesome projects, put them in your directory and create a pull request. and DONE ✅
We're happy to merge awesome portfolio to this repository!

***

### Steps to Raise and get your PR Merged successfully.
👉 Fork this repository

👉 Clone the repository into your local system
### Usage
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:

👉 Create a branch ```projectname-username```, e.g. - ```git checkout -b ChatApp-thinkswell```
👉 **Choose a project**

👉 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
Browse the repository to find a project that interests you. Each project is contained within its own folder.

👉 Add ```One project``` at a time
👉 **Clone the repository**

👉 Add & commit, use ```git add -A```, than ```git commit -m "Your commit message about project"```
Clone this repository to your local machine.

👉 Push changes to GitHub, e.g. - ```git push origin ChatApp-thinkswell```
👉 **Navigate to the project folder**

👉 Click on `Create a Pull Request`.
Change directory to the specific project you want to explore.

👉 Attach some SCREENSHOTS GIF or link of your working project in the description _❗Important❗_.
👉 **Open index.html or index.js in your browser**

👉 Submit the PR.
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.

👉 Leave a ⭐ to the repo and `FOLLOW` me if you liked the project.
👉 **Explore and interact**

We're happy to merge awesome portfolio to this repository!
Have fun with the project!

***

Expand Down