TeaByte / JS-beginner-projects

Here you will get small JS projects for starters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Beginner Projects

Here you will get everything from click listener to api call making games and many more..

screenshot

How can I contribute in JS beginner Project?

  1. first star our repo. image
  2. fork our repo by clicking fork button. image
  3. Now open local folder and then open cmd, paste git clone https://github.com/Git21221/JS-beginner-projects.git this command.
  4. Now JS beginner Project is clonned in your local folder.
  5. Create issue with proper details of issue or new features.
  6. After the issue assigned to you then work on that issue.
  7. Make relevant changes and then follow this command
    git add .
    git commit -m "message"
    git pull
    git push <your forked repo link>
  8. Now come to our repo and make a pull request with issue link and proper screenshot.
  9. We will review and merge it soon.
  10. Your participation is made with us.

About

Here you will get small JS projects for starters


Languages

Language:JavaScript 38.4%Language:HTML 32.7%Language:CSS 28.9%