A simple and responsive Book Library web app built using HTML, Bootstrap, and JavaScript (ES6).
Users can add books by name, author, and category, and view them in a neatly organized table.
โ
Add books with Name, Author, and Type (Fiction, Programming, Cooking)
โ
Form validation to prevent invalid entries
โ
Alert messages for success/error feedback
โ
Beautiful UI with Bootstrap 4
โ
Built with Vanilla JavaScript (ES6 class-based version available)
| Technology | Description |
|---|---|
| ๐งฑ HTML5 | Markup structure |
| ๐จ Bootstrap 4 | Responsive styling |
| ๐ป JavaScript (ES6) | DOM manipulation & logic |