In this pull request, we built a basic website that allows users to add/remove books from a list. This was achieved using JavaScript objects and arrays. We also dynamically modified the DOM and added basic events.
Changes Made
[ ] A basic HTML form.
[ ] A container to store user input
[ ] Use of Local Storage to prevent input data loss
Awesome Book Page Setup and Functionality
In this pull request, we built a basic website that allows users to add/remove books from a list. This was achieved using JavaScript objects and arrays. We also dynamically modified the DOM and added basic events.
Changes Made