Skip to content

raunak-mishraa/codergeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Capture

👩‍💻 Contribute to open source with codergeek 👩‍💻


CoderGeek is a free e-learning website for developers. It offers a variety of courses on different programming languages and technologies, such as Python, JavaScript, Java, C++, and web development. The courses are created by experienced developers and are designed to be easy to follow. CoderGeek also offers a community forum where users can ask questions and get help from other developers.

CoderGeek

Welcome to the CoderGeek repository! This is an open-source project aimed at helping beginner developers get their feet wet in the world of coding. We use basic development technologies, making it easy for anyone to contribute.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Ways to contribute

  1. Remote(Using github codespace)
  2. Local(Using Git)

How to contribute

  1. By just opening a issue
  2. By opening issue and working on that as well
  3. By checking the issue and working on that

Steps to contribute

Contributing Remotely

You can follow this video as well

  1. Fork the repository

Screenshot (47)_LI

  1. Click on Code button and create a codespace

Screenshot (48)_LI

  1. Make changes and then commit and merge
  2. create a new pull request Screenshot (49)_LI

Contributing Locally

  • Fork this repository to your GitHub account.

  • Clone the forked repository to your local machine using the following command:

git clone https://github.com/your-username/codergeek.git
  • Create a new branch: Before making any changes, create a new branch to work on. You can use the following command to create and switch to a new branch:
git checkout -b your-branch-name
  • Add your solution: Add your solution for a specific Codergeek project in the appropriate directory within the repository. Make sure to include all the necessary files, such as HTML, CSS, and JavaScript.

  • Commit your changes: Once you have made the necessary changes and added your solution, commit your changes using Git. You can use the following commands:

git add .
git commit -m "Add your commit message here"
  • Push your changes: Push your changes to your forked repository on GitHub using the following command:
git push origin your-branch-name
  • Create a pull request: Finally, navigate to the original repository on GitHub and create a pull request to submit your changes. Provide a descriptive title and explanation of your changes to help the reviewers understand your contribution.

That's it! Once your pull request is reviewed and approved, your changes will be merged into the main repository. Thank you for your contribution and helping beginner developers on their coding journey!

Feedback and Support

We encourage you to provide feedback and suggestions for this repository. If you encounter any issues or have ideas for improvement, please open an issue in the repository's issue tracker.

Happy coding, and we hope this repository proves to be a valuable resource for your front-end development journey!