Releases: neerajcodes888/Library-Management-System
Releases · neerajcodes888/Library-Management-System
New Updates v1.1.0
Library Management System
This project is a library management system designed to facilitate the management of books, users, and borrowing activities within a library.
Updates
Version 1.1.0 (04-03-2024)
New Features and Enhancements
- Introducing a new user interface design for better user experience.
- Added new icons to improve visual representation throughout the system.
- Upgraded the design of the footer for a more polished look.
- Enhanced the login and registration pages for improved usability and aesthetics.
- Fixed several bugs to ensure smoother functionality.
Bug Fixes
- Fixed issue with [Minor Bugs].
- Resolved [Email Issue].
Getting Started
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/neerajcodes888/library-management-system.git
- Navigate to the project directory:
cd library-management-system
Contributing
Contributions are welcome! Here's how you can contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/new-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Create a new Pull Request
Full Changelog: v1.0.0...New