- We are writting all the codes in OOP fashoin
- we will have a UI class for displaying the alerts
- store class for local storage on the browser
- will be working with JS events
- for the design or layout we used a bootsstrap theme from bootswatch
- all the methods in JS are static
- we used event propagation to target a specific thing for delete
To vanish the alert massege we used setTimeout(() => document.querySelector('.alert').remove(),3000);
A simple app to save a list of the books that i read.
test the site @ https://mfsiat.github.io/bookListApp_js/