All Projects β†’ CodeMacrocosm β†’ Webathon 20

CodeMacrocosm / Webathon 20

Licence: mit
πŸ₯³open-source contributors are invited to participate in this hackathon. A contest to create and design websites

Projects that are alternatives of or similar to Webathon 20

Projectweek
Website for NA-MIC Project Weeks
Stars: ✭ 31 (+0%)
Mutual labels:  hackathon, open-source
Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z πŸ”₯❀
Stars: ✭ 210 (+577.42%)
Mutual labels:  webdevelopment, open-source
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (+561.29%)
Mutual labels:  webdevelopment, open-source
Hackonhills
Official Website for the Annual Hackathon organized by AppTeam NITH
Stars: ✭ 44 (+41.94%)
Mutual labels:  hackathon, open-source
Openly Rails
"GitHub" for Google Drive [inactive]
Stars: ✭ 20 (-35.48%)
Mutual labels:  open-source
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+26054.84%)
Mutual labels:  open-source
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+2729.03%)
Mutual labels:  webdevelopment
Spartanengine
Game engine with an emphasis on architectual quality and performance
Stars: ✭ 869 (+2703.23%)
Mutual labels:  open-source
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-3.23%)
Mutual labels:  open-source
Intellij Music
Play fancy music based on your keyboard activity in IDE
Stars: ✭ 28 (-9.68%)
Mutual labels:  hackathon
Humblelogging
HumbleLogging is a lightweight C++ logging framework. It aims to be extendible, easy to understand and as fast as possible.
Stars: ✭ 15 (-51.61%)
Mutual labels:  open-source
Jabbar
Find out who is interested in your GitHub Code
Stars: ✭ 14 (-54.84%)
Mutual labels:  open-source
Ethereumdb
Stars: ✭ 21 (-32.26%)
Mutual labels:  open-source
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+2729.03%)
Mutual labels:  open-source
Registration
Powerful and extensible registration system for hackathons and other large events
Stars: ✭ 29 (-6.45%)
Mutual labels:  hackathon
Pharmacy Blockchain
Open Hackathon Sep 2018 - Oran.
Stars: ✭ 13 (-58.06%)
Mutual labels:  hackathon
Ui5 Webcomponents
UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
Stars: ✭ 882 (+2745.16%)
Mutual labels:  open-source
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+104690.32%)
Mutual labels:  hackathon
Ridesharing Uber Lyft App
Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
Stars: ✭ 882 (+2745.16%)
Mutual labels:  open-source
React Fab Fan
Floating action button fan built with react and react-motion
Stars: ✭ 14 (-54.84%)
Mutual labels:  open-source

WEBATHON'20 πŸŽ‰

Star Badge

A competitive contest to Design and Create websites!

We heard you want to be a web developer.Well now seems to be great time to get started.

Let's contribute in as simplest way as possible.

Let's make a simple contribution to this repository.

Let me show you how easy it is:

1. Fork this repository:

Fork this repository by clicking on the fork button on the top of this page which will create a copy of this repository in your account.


2. Clone the repository:

Now, clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.
After that, let's bring the cloned repository to your local machine.
git clone <url-you-just-copied>
For example:
git clone https://github.com/CodeMacrocosm/Webathon'20.git


3. Move inside the repository:

Since you want to change the files inside, first let's move to the folder correctly. Use the following command on terminal:
cd Webathon'20


4. Make a new branch:

So, you're about to make your personal changes to the project, it's always a better idea to make a new branch. Run the following command:

git checkout -b <feat-add-yourname>
For example:
git checkout -b feat-add-5hre9a


5. Make the required changes

Check out the CONTRIBUTE.md file to see what all contributions can you make.


6. Commit all your changes

It's the time when you commit your changes and leave a beautiful commit message behind. You can run the following commands:

git add .
git commit -m "<Your Message>"
For example:
git commit -m "Added 5hre9a's Story"

Lastly, push your changes to Github:
To do so run the following command:

git push origin <your-branch-name>
For example:
git push origin feat-add-5hre9a


7. Make a pull request:

If you go to your repository on GitHub, you'll see a Compare & Pull Request button. Click on the button. Now submit the pull request. Leave a custom message if you want.


Motivation

There seems to be a lot of hype. Contributing to Open Source can be a highly satisfying experience, especially for new developers out there who have just started with their journey.

How will this work:
You get your PR's done and contribute to a cool repository by sharing your stories and struggles and helping others in their journey.

Happy Coding. Hope you all give your best :)

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].