All Projects → gdscmuet → learn-js

gdscmuet / learn-js

Licence: MIT license
A repo dedicated to the introductory concepts of JavaScript

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to learn-js

cryostat
Secure JDK Flight Recorder management for containerized JVMs
Stars: ✭ 147 (+320%)
Mutual labels:  hacktoberfest2021
Hacktoberfest
In this repository you can contribute quality code in languages you are comfortable with during the Hacktoberfest event. Raise Genuine PR's Only your. You aren't allowed to Update README.md. Invalid PR's is not supported here.
Stars: ✭ 20 (-42.86%)
Mutual labels:  hacktoberfest2021
police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (+40%)
Mutual labels:  hacktoberfest2021
mongo-express-node-template
This template is designed to help kick start Node.js applications that would use MongoDB as a database and Passport.js as an authentication middleware.
Stars: ✭ 19 (-45.71%)
Mutual labels:  hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-31.43%)
Mutual labels:  hacktoberfest2021
Merge-PDF
My first PyPi Package. Merge Image and PDF files using customizations within a folder using the Command line.
Stars: ✭ 15 (-57.14%)
Mutual labels:  hacktoberfest2021
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (-48.57%)
Mutual labels:  hacktoberfest2021
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+34.29%)
Mutual labels:  hacktoberfest2021
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-57.14%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021-Task2
Hacktoberfest Task
Stars: ✭ 32 (-8.57%)
Mutual labels:  hacktoberfest2021
thejsway
The JavaScript Way book
Stars: ✭ 7,660 (+21785.71%)
Mutual labels:  learn-to-code
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (-45.71%)
Mutual labels:  hacktoberfest2021
EazyLoader
EazyLoader is Flask based web-application built to make downloading easy for you. Download videos and pictures from YouTube and Instagram in the best available quality. You can also download slides from SlideShare in PDF or PPTX format. In addition to that, you can calculate duration of YouTube Playlist at different speeds. You can also encrypt …
Stars: ✭ 42 (+20%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
This repository dedicated to Hacktoberfest 2021. Hacktoberfest is a month long open source contribution program held in October every year by Digital Ocean. This is a beginner-friendly open source event.
Stars: ✭ 10 (-71.43%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+1394.29%)
Mutual labels:  hacktoberfest2021
hacktoberfest
www.sharjeelyunus.me/hacktoberfest/
Stars: ✭ 15 (-57.14%)
Mutual labels:  hacktoberfest2021
pygamelib
A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest2021
ogrants
Open grants list
Stars: ✭ 96 (+174.29%)
Mutual labels:  hacktoberfest2021
notes
A miscellany of thoughts.
Stars: ✭ 18 (-48.57%)
Mutual labels:  hacktoberfest2021
Python Scripts
A collaborative repository that contains various types of python scripts
Stars: ✭ 14 (-60%)
Mutual labels:  hacktoberfest2021

Hacktober Fest Cover Image

NOTE

  • You must maintain proper structure of the repo, control structure concepts must fall into "Control Structure" folder and so on.
  • You can also add any issue and we will assign it to you as per your request!

learn-js

A repo dedicated to the introductory concepts of JavaScript

How to contribute

  1. You can contribute in terms of Code
  2. You can contribute in terms of improving Documentation

Following the procedure you can make your contribution with ease.

Step 1

Look in the issues if the change you are doing is available and issues section is it assigned to someone or not if you can't find any issue open one. Anyone from our team will assign you the issue then you can start contributing

step 2 Fork this repository

You can fork this repository by clicking on fork button on top right corner. Once you fork this will create a copy of repo on your account

step 3 Clone the repository

To clone the repository go to your account open this repo and either click on clone button or run the command below to get this repository on your local machine

git clone "URL you just copied"

step 4 Create a branch

On your local machine go the project folder that you cloned and use following git command inside that folder

create a new branch using below command

git checkout -b

e.g. git checkout -b

step 4 Lets make some contributions

Make changes to files on your local machine work on the issue you're assigned.

step 5 Add Changes and Commit Changes

Now we have to add changes that we made to the branch so for that we will run following command

git add .

Now we have to commit changes, commit message should always be clear, to commit use command below

git commit -m "resolved the "

step 6 Push changes to GitHub

Now we have to push the changes that we made to remote repository on specified branch to do so use command below

git push origin

name of branch is same as you created in step 3

step 7 Submit your changes for review

Once you have pushed your code to GitHub, now it's time to create pull request, you will go to the repository click on compare and pull request and submit the pull request.

Soon, we will be merging all your pull requests to the main branch of project and you will also get notification once your pull request is merged with existing code base. After that you will be able to see your details in contributor section on the page below

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].