This is the first project from The Odin Project Full Stack JavaScript path.
You can try it live here.
Please note that this is not mobile responsive as this was not a requirement.
The main focus of this project was to get myself comfortable using Objects and Object Constructors. This project allow the users to create their own private library by adding books to the table and toggle the read status of each book.
- HTML
- CSS
- JavaScript
I started this project by creating a basic form to get the input from the user. I then created a basic table that would be dynamically populated with books once the form is submited.
The next step was to work on the JavaScript logic and create all the necessary functions to make the application work as intended. There were a few obstacles in JavaScript that I had to overcome along the way, but after hours of working on this project, I am happy to have succeeded!