A cozy library app built with HTML, CSS and JavaScript.
Users can add books with title, author, year, pages and reading status. This project helped me practice DOM manipulation, form handling, JavaScript objects and basic UI design.
- Add a book using a popup form
- Display book information
- Delete book cards
- Track reading status
- Cozy responsive design
- HTML
- CSS
- JavaScript
- DOM manipulation
- Event listeners
- Form handling
- Constructor functions / objects
- Working with arrays
- Basic UI styling
- Save books with localStorage
- Improve form validation
- Add edit book feature
- Improve mobile responsiveness
[View live project] (https://ukrainska.github.io/library/)