Congratulations you have written that is DRY and used the KISS principles.
Highlights
- Avoid using alert as it may tamper with your code
- Please ensure you do not write any unnecessary CSS on the javascript
- Please ensure you deploy using git-pages
- On javascript line can use
books = JSON.parse(localStorage.getItem('books')) || [];
books = JSON.parse(localStorage.getItem('books')) || [];