jameszu / hacktoberfest-2020

This Repo contains Mini projects (HTML/CSS/Javascript or any library or framework) and Leetcode solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😬 Hacktober FEST 2020 😬

PRs Welcome

πŸ‘‰ Feel free to use this project to make your first contribution to an open-source project on GitHub.

πŸ‘‰ This repository is open to all members of the GitHub community. Any member can contribute to this project!

About Hacktoberfest?

A month-long celebration from October 1st - October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.

https://hacktoberfest.digitalocean.com/

Rules

To qualify for the official limited edition Hacktoberfest shirt, you must register here and make four Pull Requests (PRs) between October 1st - October 31st (in any time zone).The first 70,000 participants who complete the challenge will earn a swag.

Task : Mini Project

πŸ‘‰ Create any mini project using HTML, CSS and Javascript.

πŸ‘‰ Upload your contribution here.

πŸ‘‰ Make a pull request for your work and wait for it to be merged!

Steps

🀘 Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey.

🀘 Fork The Repo

You can get your own fork/copy of this repo by using the Fork button present at top-right of your screen.

🀘 Clone it

NOTE: commands are to be executed on Linux, Mac, and Windows

You need to clone (download) it to local machine using

$ git clone https://github.com/<Your_Github_Username>/hacktoberfest-2020.git

🀘 Create a new branch

Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b BranchName

Create a new folder and add your work in that folder

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin BranchName

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

About

This Repo contains Mini projects (HTML/CSS/Javascript or any library or framework) and Leetcode solutions


Languages

Language:JavaScript 33.6%Language:HTML 27.7%Language:CSS 15.8%Language:Python 8.8%Language:C++ 4.7%Language:Vue 3.3%Language:Java 3.2%Language:C 2.0%Language:TypeScript 0.8%