Welcome to our E-Library Repository, A simple library which is beginner friendly made from HTML,CSS and Javascript, allows to search for a book and read.
- Raise an issue or work on existing issue
- wait till you get assigned
- Star this repository.
- Fork this Repository using the button at the top on the right corner.
- Clone your forked repository to your PC ( git clone "url from clone option.)
- Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
- make the necessary changes you wish to modify Add your files (git add -A), commit (git commit -m "added myself"), and push (git push origin new-user) Create a pull request.