Skip to content

beginner level projects to get started with development and Github

Notifications You must be signed in to change notification settings

dcrustodcx/basic-development-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-development-projects

This is where you should start your open source contributions if you're an absolute beginner. You're expected to make mistakes here, raise issues and get comfortable with the process of contributing to open source projects.

THIS IS YOUR PLAYGROUND.

TLDR:

  • Learn the basics of Git and Github to understand the terms below.
  • Fork this repository
  • Clone the forked repository to your local machine.
  • You can ask for help on our Discord server, or on the whatsapp group, if you're stuck.
  • Make improvements to the beginners projects before moving on to the intermediate ones.

Where to start with?

  • Open up a directory of your interest and see if you can understand what is it about.
  • If you understand this, you're good to fix the issues it has. We have some beginner's issues listed here.
  • If you don't, learn the basics of that language, and then come back to see the improvements. We have a list of resources ready for almost every domain here.
  • When you start understanding the codebase a little, jump back to the second option.

Pull request and commit format:

The commit message you write should be in the following format:

type of commit: exact commmit heading

where the type of commit could be either of the following:

  • create
  • delete
  • fix
  • update

Following this would make the repository look more professional:)

Contributors:

Following people have previously contributed to this repository:

About

beginner level projects to get started with development and Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.8%
  • JavaScript 39.1%
  • HTML 21.1%