Coder Social home page Coder Social logo

suyashrastogi7 / curated-project-list Goto Github PK

View Code? Open in Web Editor NEW

This project forked from friskycodeur/curated-project-list

0.0 0.0 0.0 14.68 MB

A curated list of projects with proper implementations with a goal to help you improve and learn through Project-based-learnings.

License: MIT License

JavaScript 53.70% HTML 23.58% CSS 13.84% Python 7.79% EJS 1.10%

curated-project-list's Introduction

Curated Project List

License: MIT Open Source Love svg1 PRs Welcome first-timers-only contributions welcome Maintenance

Table of Contents
  1. About The Project
  2. Create an Issue
  3. Getting Started
  4. Best way to learn
  5. Contributing
  6. Contact
  7. Contributor Showcase

About The Project

The goal of this project is to provide beginners with a list of projects along with proper implementation to help them improve and learn through Project-based-learnings. Contibuting to this repository and adding new projects will help beginners to learn concepts and amateurs to revise them , so feel free to contribute in any way you want, just make sure to follow the contribution guidelines.

Built With

Current projects on this list are build with :

  • JavaScript
  • HTML5
  • CSS
  • Python

Create an Issue

  • Want to work on a new project or have an idea in mind , but can't find it here? Then head over to the issue section and create an issue regarding your project idea.
  • Don't forget to elaborate about the details such as , what the project is about , in which language you're going to built it , etc.

Getting Started

Choose a projects you want to work on. Read about the idea and details in the readme. Start working on it , explore and learn new concepts along the way.

Best Way to Learn

The best way to work on this project is :

  • Select the project you want to work on.
  • Get a good grasp of the idea and what we are trying to create.
  • Read about the concepts used.
  • With both the above points done , try to make the project on your own.
  • Give it some try and take help from the code in this repository.

Contributing

Step 1. Create a Copy of this Repository

In order to work on an open-source project, you will first need to make your own copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.

Fork 🍴 this repo. Click on the Fork button at the top right corner.

With the repository forked, you’re ready to clone it so that you have a local working copy of the code base.

Clone the Repository

To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.

We’ll use the git clone command along with the URL that points to your fork of the repository.

  • Open the Command Prompt
  • Type this command:
git clone https://github.com/your_username/curated-project-list

Step 2: Creating a New Branch

It is important to branch the repository so that you are able to manage the workflow, isolate your code, and control what features make it back to the main branch of the project repository.

When creating a branch, it is very important that you create your new branch off of the master branch. To create a new branch, from your terminal window, follow:

git branch new-branch
git checkout new-branch

Once you enter the git checkout command, you will receive the following output:

Switched to branch 'new-branch'

Step 3: Contribute

Make relevant changes. Add/Update the projects you want to work on, and update the files in the right folders.

Step 4: Commiting and Pushing:

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.

git add filename or git add .

You can type the command git add -A or alternatively git add -all for all new files to be staged.

With our file staged, we’ll want to record the changes that we made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the change you have made, why you made it, and how significant it is.

git commit -m "commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push --set-upstream origin new-branch

Step 6: Create Pull Request

At this point, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the “Compare & pull request” button on the page.

GitHub will alert you that you are able to merge the two branches because there is no competing code. You should add in a title, a comment, and then press the “Create pull request” button.

Step 7: CONGRATULATIONS 💥 👏 😄

You have made it till the end. Kudos to you!!


Contact

Need any help , you can mail me here

Please STAR 🌟 this repository if you liked it and had fun :)

Maintainers! 😉


Prateek Maheshwari

💻 🖋

Rachit Goyal

💻 🖋

Community

Join us on the Discussion tab to get help in contributing, as well as stay up-to-date on issues and best practices.

Contributor Showcase

curated-project-list's People

Contributors

friskycodeur avatar rudrakshi99 avatar arnavrneo avatar rachit-geek avatar shakibuddin avatar xsawyer avatar geekquad avatar rohitm619 avatar vlx01 avatar adhamale2810 avatar keshavrkaranth avatar devrish avatar shivamsingh-07 avatar cyrusthapa11 avatar unnati-dot 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.