A personal library management application built with vanilla JavaScript, HTML, and CSS.
This project is part of The Odin Project curriculum. It allows users to manage their personal book collection by adding, viewing, and tracking reading status.
- Add new books to your library
- View all books in a responsive grid layout
- Track reading status (read/unread)
- Clean, modern dark theme UI inspired by my personal portfolio
- Modal form for adding new books
- Responsive design that works on all devices
- HTML5
- CSS3 (with CSS Custom Properties/Variables)
- Vanilla JavaScript (ES6+)
- CSS Grid & Flexbox for responsive layouts