A simple project. it serves as a library of books one has read. This project was initiated to learn the use of Objects in JavaScript. It also builds my knowledge of the use of Constructor and Prototypal inheritance
- HTML/CSS
- Vanilla JavaScript`
- Create a repo on your local machine.
- Clone the repo using
git clone https://github.com/tmannazy/library.git
- Create a feature branch
git checkout -b feature/foobar
- Commit your changes
git commit -am 'Added some foobar
- Push to the branch
git push origin feature/foobar
- Create a new PR.