The aim of this project was to create a library page where users can add and delete new books, as well as being able to mark each book's status as read or not read. You can find the project specifications on The Odin Project.
To see the live version of the page, click here.
- Open the terminal and clone the repo
git clone https://github.com/evaveskova/library.git
- Open the project folder and open index.html
- Press the "add a book" button to open the add book form
- Add a book to the library through the form
- Delete a book using the 'delete' button
- Change a books status to being 'read' by clicking the check box, or check it again to mark as not read
- HTML
- CSS
- JavaScript