A digital library that allows the user to keep track of any books. The library keeps track of the books title, author, number of pages, and if the it has been read or not. In the future, the user will be able access books saved in local storage with the ablility to sort and search.
- HTML
- CSS
- Javascript
- Error validation based on user interaction
- DOM manipulation using Javascript
- Javascript error validation
- Value of
this
keyword and scope
- This project was not as difficult to complete on the programming sides as some of the others, but it provided emphasis on why a well executed user experience design is important. Also learned the importance of error validation and providing the user with clear visual queues in relation to a completed action and the result.