🔗 Library - Note: it may require a minute to load initially.
- An application for managing a library, enabling users to add, modify, and remove books.
- Uses MERN stack (MongoDB, Express.js, React.js, Node.js).
- Developed with a focus on learning full stack operations.
- Upon opening the application, saved books are displayed in a table format, which can be switched to card view and back.
- Each book features three operation buttons: Details, Edit, Delete.
- Details: View extra information about the book.
- Edit: Edit information about the book.
- Delete: Remove the book from the library.
- New books can be created using the green button on the top right.