Basic CRUD book library to practice Javascript fundamentals
It includes:
- A button to add a new book
- A button to delete a book
- A button to change the book from "Not read yet" to "Read" and vice versa
Check out here
https://www.theodinproject.com/lessons/node-path-javascript-library
- Style with CSS
- Create Unit Tests
- Create local storage to preserve the library contents
