Well, its that month of the year where people from all over the world be it coder or no coder come together and contribute their knowledge in the form of codes, documents, share ideas etc. So, let's celebrate this fest by adding some javascript flavour in the form of Mini Projects :)
This is a Repository Open for everyone/anyone to contribute your best JavaScript Mini Projects.
Well any kind of javascript project that will help many beginners to understand various topics on which a project can be made . This repo is created for the anyone who wants to contribute in Hacktoberfest 2022 by contributing JavaScript Projects you have worked upon. For Ex:- Calculator, Theme Toggler, To-do List , Games, etc
- Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/Mini_Projects_JavaScript.git
- change the present working directory
cd Mini_Projects_JavaScript
- Make your changes
git add . git commit -m "Your commit Message" git push origin branch-name
- Make a pull request.
- Star the repository.
- All the contributors must first ask to assign themselves under any issue mentioned/or by creating one.
- Once the issue has been assigned, then only one can work on that.
- The PR raised should not have any Merge conflicts otherwise it will be marked as invalid.
- One should create a seperate folder for each of their projects.
- Do not forget to add your own Readme.md file in your project folder so that the maintainer could go through the guided steps for examining.