JS-beginner-projects
JS-beginner-projects copied to clipboard
Here you will get small JS projects for starters.
trafficstars
JavaScript Beginner Projects
Here you will get everything from click listener to api call making games and many more..

How can I contribute in JS beginner Project?
-
First
starour repo : Click the "Star" button to show your support for the project. -
Forkour repo by clicking fork button. -
In your local development environment, open your command prompt and run the following commands:
git clone https://github.com/Git21221/JS-beginner-projects.git cd JS-beginner-projects
Now you have a local copy of the JavaScript Beginner Projects repository on your machine.
-
Create an Issue: If you've found a bug or have an idea for a new feature, create an issue with all the necessary details. Be clear and concise in your description.
-
Work on the Issue: Once the issue is assigned to you, start working on it. Follow best coding practices and make relevant changes.
-
Commit Your Changes: After making changes, use these commands to commit your work:
git add . git commit -m "Brief description of your changes" git pull git push <your-forked-repo-link>
- Now come to our repo and make a pull request with issue link and proper screenshot.
- We will review and merge it soon.
- Your participation is made with us.