An open API service indexing awesome lists of open source software.

https://github.com/raunak-mishraa/codergeek

Free E-learning website for developers.
https://github.com/raunak-mishraa/codergeek

animation-css animation-library api css3 html5 javascript javascript-library

Last synced: 10 days ago
JSON representation

Free E-learning website for developers.

Awesome Lists containing this project

README

        




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](https://github.com/raunak-mishraa/codergeek/assets/107386749/1b025e55-d506-44fe-ace7-92e8ca63e2cc)

2. Click on Code button and create a codespace

![Screenshot (48)_LI](https://github.com/raunak-mishraa/codergeek/assets/107386749/39c8ffc0-146d-4f67-bf7a-a353a65482e4)

3. Make changes and then commit and merge
4. create a new pull request
![Screenshot (49)_LI](https://github.com/raunak-mishraa/codergeek/assets/107386749/7a3acbcf-cf2c-4358-93fc-c62a703e1192)

#### Contributing Locally
- Fork this repository to your GitHub account.

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

```bash

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:

```bash

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:

```bash

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:

```bash

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!