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

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.

Awesome Lists containing this project

README

          

![image](https://user-images.githubusercontent.com/23385605/137148708-f5783b73-1465-4761-8375-93e63790ec0b.png)








HTML 5
CSS 3
JavaScript


Github Contributors
Github issues open
Github code size
Demo badge

# About The Project

![codingbooksgif](https://user-images.githubusercontent.com/76783608/193575044-4c7b98a8-af17-41f0-bd8e-b112fe1aa6d7.gif)



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
![137146860-8eeed4d3-9a26-49bb-8176-409e0f575d19](https://user-images.githubusercontent.com/76783608/193569677-6a779b8b-c33b-4445-85b6-a0bbaf95a8a3.png)

2. Clone the repo

```sh
git clone https://github.com/mohitjaisal/CodingBooks.git
```

3. Run index.html
Screenshot 2022-10-03 at 5 19 15 PM

# 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.
![code-of-conduct-2](https://user-images.githubusercontent.com/76783608/193582793-0ecf3408-06f2-4874-958c-514c31fb77b3.jpg)