This project is a library app that allows the user to add books to a library and mark them as read or not read. The app will also allow the user to remove books from the library. It was built using JavaScript, HTML, and CSS.
The project is part of the This project is part of the The odin project curriculum, which is a free open source full stack web development course.
- The user can add books to the library.
- The user can mark books as read or not read.
- The user can remove books from the library.
- I learned more about HTML forms and how to use them.
- I learned more about DOM manipulation using JavaScript.
- I learned more about css grid and how to use it.