This is an open-source repository that gathers a variety of projects across different programming languages. Whether you're passionate about JavaScript or any other language, here you can delve into a diverse range of projects. This collection showcases the ingenuity and skills of developers, providing inspiration and practical examples for programming enthusiasts of all proficiency levels.
- Star this repository.
- Fork this Repository using the button at the top in the right corner.
- Clone your forked repository to your PC ( git clone "URL" from clone option.)
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
or simply dogit checkout -b new-user
) - Add your files (
git add -A
), commit (git commit -m "added myself"
), and push (git push origin new-user
) - Create a pull request.
👉 Fork this repository.
👉 Clone the repository to your local system.
👉 Create a branch with a name like projectname-username, e.g., git checkout -b ChatApp-thinkswell.
👉 Add your projects in the appropriate directory (or create one if it doesn't exist). The directory's name should be ProjectName/USERNAME, e.g., ChatApp/thinkswell.
👉 Add one project at a time.
👉 Add and commit your changes using git add -A, followed by git commit -m "Your commit message regarding the project."
👉 Push your changes to GitHub, for example, git push origin ChatApp-thinkswell.
👉 Click on 'Create a Pull Request.'
👉 Include some SCREENSHOTS/GIFs or a link to your working project in the description. ❗Important❗.
👉 Submit the PR.
👉 Give a ⭐ to the repository and FOLLOW me if you appreciate the project.
We welcome contributions from the community to enrich and broaden our collection of mini-projects in various programming languages. Here are multiple ways you can contribute:
👉 Add New Projects
Do you have a creative project in any programming language that you believe would be an excellent addition to our collection? Submit your project!
👉 Bug Fixes
If you discover any issues or bugs in existing projects, please report them by creating an issue. Even better, submit a pull request with a fix!
👉 Create Issues
Have an idea for a new project? Create a new issue by clicking the 'New Issue' button and updating the provided template.
This repository comprises a compilation of mini-projects in various programming languages, each designed to showcase a specific concept or feature. Here's how you can make use of these projects:
👉 Select a Project
Peruse the repository to find a project that piques your interest. Each project resides in its dedicated folder.
👉 Clone the Repository
Clone this repository to your local machine.
👉 Navigate to the Project Folder
Change the directory to the specific project you wish to explore.
👉 Open index.html or index.js in Your Browser
Most projects include an index.html or index.js file. Open this file in your web browser to interact with the project.
👉 Explore and Interact
Enjoy experimenting with the project!