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.
- Host: GitHub
- URL: https://github.com/raunak-mishraa/codergeek
- Owner: raunak-mishraa
- Created: 2023-09-13T06:33:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T04:25:03.000Z (almost 2 years ago)
- Last Synced: 2023-09-17T10:16:22.489Z (almost 2 years ago)
- Topics: animation-css, animation-library, api, css3, html5, javascript, javascript-library
- Language: CSS
- Homepage: https://codergeek.vercel.app/
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
👩💻 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

2. Click on Code button and create a codespace

3. Make changes and then commit and merge
4. create a new pull request
#### 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!