This is a simple and interactive web application to manage your personal book collection. The website allows you to add, update, and delete books, as well as view your collection in a user-friendly interface.
🌟 Features Add Books: Add books with details like title, author, genre, and publication year. Delete Books: Remove unwanted books from your collection. Update Books: Edit book information anytime. View Books: Browse and search through your book collection easily. Responsive Design: Fully responsive and works on all devices.
🚀 Getting Started Prerequisites Install Node.js (if backend is used). A text editor like VS Code. Installation Clone the repository:git clone https://github.com/tk-glorygithub/book-collection-website.git cd book-collection-website (Optional) Install dependencies:npm install Run the project:npm start Open in your browser:http://localhost:3000
** Usage Instructions Add a Book: Navigate to the "Add Book" page, fill in the book details, and click "Submit."
View Books: All books in your collection are displayed on the homepage.
Delete a Book: Select a book from the list and click the "Delete" button.
Update Book Details: Choose a book, make the necessary changes, and save the updates.