- Librery is an open-source web application for managing a library. It allows users to add, view, and organize book information in an intuitive interface.
- This project is built with HTML, CSS, and JavaScript, and is intended to be a straightforward and easily customizable tool for book lovers and library enthusiasts.
- Check out the live demo here
- Add New Books: Input book details such as title, author, genre, and description.
- Display Book Information: Organized and responsive info cards that show all relevant details of each book.
- Edit and Delete Books: Options to update or remove books from the library.
- Search Functionality: Quickly find books by title, author, year or category.
- Responsive Design: Works on desktop and mobile devices.
- Thanks to The Odin Project for the course and assesments that were the cradle to this project!
- Shout-out to glovek08 for the help and inspiration in this design.
- Add the Database to ensure data persistence.
- Convert the project to a desktop application, making it runnable on Windows, Linux, and potentially MacOS.