This project is a web-based library application that allows users to store and manage their book collection. Users can enter book details, including the title, author, and reading status(read or not read ) and also have the ability to delete books from the list. The project is built using HTML , CSS and javaScript.
check out the live demo of the library project on Github Pages
- Add a book to the library by entering the title , author and reading status
- Mark book as read or not read to keep track of you progress
- Delete the book from the library if no longer needed
- Responsive design to ensure a seamless experience across devices
The Library project is Developed using the following technologies:
- HTML : used to structure the web pages and define the content
- CSS : employed for styling and layout of the application
- JavaScript : implemented to provide interactivity and functionality
- Clone the repository to your local machine using the following command
git clone https://github.com/adnantabda/Library.git
-
Open the project directory
-
Launch the index.html file in your web browser
-
Use the input fields to enter the book details including title, author , pages
-
Click Add button to add the book to your library
-
To mark as read or not read toggle the corresponding status Mark
-
To delete a book from the library click the delete icon
-
if you have a huge collection of books you can search a specific book using the input field at the top
-
Explore the application and manage your book collection easily
Contributions to the library project are Welcome. if you encounter any bugs, have suggestions for improvements or would like to add new features, please feel free to submit a pull requests. Before contributing
This project is licensed under MIT License