This repository contains a simple book management system built using HTML, CSS, and JavaScript.
The book management system allows users to add and display books dynamically using a popup interface. Users can input the book's title, author, and a brief description. The system then visually presents the added books in containers that can be easily managed.
- Book Addition: Users can add new books via a user-friendly popup form.
- Book Display: Newly added books are dynamically displayed in visually appealing containers.
- Deletion: Each book container includes a delete button for easy removal of unwanted books.
- HTML: Markup language for project structure.
- CSS: Stylesheets for visual presentation and layout.
- JavaScript: Used for interactivity and dynamic content management.
- style.css: Contains styles for elements and containers.
- script.js: Manages the functionality of the popup, book addition, and deletion.
- index.html: The main HTML file representing the project's structure and integrating styles and scripts.
- Clone the repository to your local machine.
- Open
index.html
in your web browser. - Use the "Add" button to add books and the "Delete" button to remove them.
Feel free to explore, contribute, or use this project as a learning resource for front-end development with HTML, CSS, and JavaScript.