Coder Social home page Coder Social logo

sparsh-v / web-ideas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aryamanz29/web-ideas

0.0 0.0 0.0 254.04 MB

Web-Ideas

Home Page: https://github.com/Aryamanz29/Web-Ideas

License: MIT License

HTML 38.28% CSS 22.94% JavaScript 29.01% Python 3.14% Solidity 0.24% Starlark 0.19% Java 0.64% Ruby 0.08% Objective-C 0.45% SCSS 0.07% GLSL 0.03% C++ 2.88% Vue 2.03%

web-ideas's Introduction

-----------------------------------------------------

๐Ÿš€ Web-Ideas ๐Ÿš€

-----------------------------------------------------

-----------------------------------------------------

PRs Welcome GitHub pull requests GitHub issues

How Can I Contribute?

Don't know how to start of open source and Contribute to our Open Source Project ? Welcome to the world of hacking!

The steps to follow to contribute to any projects:

  1. If you don't have git on your machine, install it.

  2. Fork this repository

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

  3. Clone the repository

    Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

    Open a terminal and run the following git command:

    git clone "url you just copied"
    
  4. Add a upstream link to main branch in your cloned repo

    git remote add upstream <original repository>
    
  5. Keep your cloned repo upto date by pulling from upstream

    This will also avoid any merge conflicts while committing new changes

    git pull upstream main
    
  6. Create your feature branch

    Always create new branch

    git checkout -b <feature-name>
    
  7. Track your changes

    git add .
    
  8. Check for your changes.

    git status
    
  9. Commit all the changes

    Write commit message as "Small Message"

    git commit -m "Write a meaningfull but small commit message"
    
  10. Push the changes for review

    git push origin <branch-name>
    
  11. Create a PR on Github.

    Just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing
    

๐Ÿ”ฅ What will happen after my contribution?

I have created a simple page to display all contributors list here, your name should appear shortly after the pull request is merged.


โ“ What I have to do?

You can add any codes in any language by creating its respective folder (if already not available).


Project Admin ๐Ÿ‘จโ€๐Ÿ’ป

-----------------------------------------------------

โœจ Special Thanks To The Contributors โœจ

-----------------------------------------------------

web-ideas's People

Contributors

aryamanz29 avatar jaydeep-yadav avatar ayush2000mickey avatar anshita0911 avatar avi-11 avatar neerajsati avatar highonranking avatar purvibhoyar21 avatar akshikamudgal avatar s-infinity21 avatar siddhi-244 avatar adityasingh10042 avatar pjra99 avatar sparsh-v avatar hassanrahim26 avatar s-codes14 avatar satkar2001 avatar prachigarg19 avatar shreya-jpg avatar harshit55597 avatar arijit-101 avatar aj-spec avatar vidhibhatt01 avatar harvinder300 avatar kellydosocorro avatar shingtesuyash avatar anirudhbot avatar cybergeni avatar anshnarula5 avatar shvmsh20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.