Skip to content

Contains topics, projects and concepts needed to master javascript from beginner to advanced level. Share your knowledge of javascript by contributing to this repo.

Notifications You must be signed in to change notification settings

Lynch23/javascript-Hacktoberfest2022

Repository files navigation

Push all javascript project folders inside the projects folder.

open-source

Submit your PR to this javascript-Hacktoberfest2022 repo🧭🌟❗

  • This repo has some of my javascript documentation from my learning process. Some of the topics and concepts needed to master javascript for beginners, intermediates or advanced learners are included. Feel free to add any documentation on any javascript topic that you feel every developer should know. Accepting pull requests. Happy Coding!
    My profile

How to contribute to the project📚

  • Add your name file to the contributors folder
  • Make a folder with the topic name
  • Inside the folder you just created, add a main.js and index.html
  • Link the two files you just created by adding a script tag inside your html
  • Demonstrate your concept/topic
  • Add comments inside main.js or add a separate documentation.md file to explain your demo concept/topic in your words (Optional)

Getting started🧭📌

  • Fork this repo (from the top right button) at the top of the page
  • Clone this repo onto your machine (git command)
git clone https://github.com/your-username/javascript-Hacktoberfest2022.git
  • Navigate to project directory
cd javascript-Hacktoberfest2022
  • Create a new Branch
git checkout -b My-New-Branch
  • Add your contribution files (Follow the steps above)

  • Add your changes to the staging area

git add .
  • Commit your changes
git commit -m "your commit message"
  • Finally push your changes
git push origin My-New-Branch

Reference links to help avoid issues with PR requests

Here is a great tutorial for creating your first pull request by Roshan Jossey: https://github.com/Roshanjossey/first-contributions

Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/

Syncing a Fork: https://help.github.com/articles/syncing-a-fork/

Keep Your Fork Synced: https://gist.github.com/CristinaSolana/1885435

FAQs (Frequently Asked Questions)🗺️

  • Who can contribute to this project?
    • Anyone with a github account and ready to jump into the world of open source projects
  • How does this help me become a better developer?
    • By doing contributing, you get to understand the mechanics of pull requests and contributions to open source and also show your knowledge of javascript
  • Who is the author of this project?
    • I'm Austin, a self-taught junior programmer from Morocco. See my profile
  • How can I contact you?

About

Contains topics, projects and concepts needed to master javascript from beginner to advanced level. Share your knowledge of javascript by contributing to this repo.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published