https://github.com/mohitjaisal/codingbooks
As you begin your path on becoming a coding specialist it is always pleasant to find good sources of information. Many computer languages might be tricky to learn at the beginning so you need reliable references to double-check your mistakes and learn how to not make them again.
https://github.com/mohitjaisal/codingbooks
books c coding coding-interview codingbooks cpp hacktober hacktoberfest hacktoberfest-accepted hacktoberfest2021 java python
Last synced: 3 months ago
JSON representation
As you begin your path on becoming a coding specialist it is always pleasant to find good sources of information. Many computer languages might be tricky to learn at the beginning so you need reliable references to double-check your mistakes and learn how to not make them again.
- Host: GitHub
- URL: https://github.com/mohitjaisal/codingbooks
- Owner: mohitjaisal
- License: mit
- Created: 2020-09-26T12:09:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T12:34:12.000Z (about 3 years ago)
- Last Synced: 2023-05-16T17:32:41.963Z (over 2 years ago)
- Topics: books, c, coding, coding-interview, codingbooks, cpp, hacktober, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, java, python
- Language: HTML
- Homepage: https://codingbooks.netlify.app/
- Size: 33.2 MB
- Stars: 12
- Watchers: 0
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About The Project

As you begin your path on becoming a coding specialist it is always pleasant to find good sources of information. Many computer languages might be tricky to learn at the beginning so you need reliable references to double-check your mistakes and learn how to not make them again. This project has a vast range of programming books which you can read online or download locally.
Website Demo link
## Getting Started
This is an example of how you can set up this project locally.
To get a local copy up and running follow these simple example steps.
### Installation
1. Fork this repository

2. Clone the repo
```sh
git clone https://github.com/mohitjaisal/CodingBooks.git
```
3. Run index.html

# Contributing Guidelines 🏗
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
#### Steps for contribution
1. Fork the repo
2. Clone the forked repo into your local machine
``` bash
$ git clone https://github.com/your_username/CodingBooks.git
```
3. cd to the repo
```bash
$ cd CodingBooks
```
4. Create a branchz
```bash
$ git checkout -b mybranch
```
5. Open the repo code using any IDE/text-editors
6. Do changes or add the specific feature you are looking in the desired package.
7. Add, Commit and Push the changes to your forked repo
``` bash
$ git add .
$ git commit -m "your commit message"
$ git push origin mybranch
```
8. Create a pull request from `mybranch` of your forked repo to `main` branch of this(upstream) repo.
# Code of Conduct 📜
To maintain a safe and inclusive space for everyone, to learn and grow, contributors are advised to follow the Code of Conduct and also go through Guidelines for Contributing at least once.
