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.
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.
Fork this repository
Clone the repo
git clone https://github.com/mohitjaisal/CodingBooks.git
Run index.html
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the repo
Clone the forked repo into your local machine
$ git clone https://github.com/your_username/CodingBooks.git
cd to the repo
$ cd CodingBooks
Create a branchz
$ git checkout -b mybranch
Open the repo code using any IDE/text-editors
Do changes or add the specific feature you are looking in the desired package.
Add, Commit and Push the changes to your forked repo
$ 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)