A well-renowned school requires the development of a Library Management System, accessible via a website. The system should allow the addition and categorization of books in their collection, with the ability to update book information. It should also support tracking of borrowed and returned books, ensuring efficient management of all transactions. The website should offer a user-friendly interface for users, facilitating smooth operations and easy access to the library's resources.
To create an efficient Library Management System for managing book transactions and providing easy access to the library's resources.
Live Site: https://librarysystem-bb68d.web.app
- **Book Addition and Categorization: Easily add new books and categorize them.
- **User-Friendly Interface: Intuitive and responsive design for a smooth user experience.
- **Secure Authentication: Email and password-based authentication with social login options.
- Responsive Design: Mobile-friendly interface using Tailwind CSS for styling.
- Book Management: Add, update, and categorize books.
- Borrow and Return Books: Track borrowed and returned books with automated quantity updates.
- User Authentication: Secure user login and registration using Firebase.
- Responsive Design: Fully responsive design for mobile, tablet, and desktop.
- Dynamic Titles: Dynamic website titles based on routes.
- Loading Spinner: Show loading spinner when data is in a loading state.
- CRUD Notifications: Toast notifications for all CRUD operations.
- React.js
- React Router
- Tailwind CSS
- React-Toastify for notifications
- React Rating Stars Component for ratings
- Node.js
- Express.js
- MongoDB
- JWT for authentication
- Firebase for user authentication
- Firebase for frontend
- Vercel for backend
-
Meaningful Commits:
- At least 15 meaningful commits on the client side.
- At least 8 meaningful commits on the server side.
-
Responsive Design:
- Ensure the website is fully responsive on mobile, tablet, and desktop.
-
Secure Configuration:
- Secure Firebase configuration keys using environment variables.
- Secure MongoDB credentials using environment variables.
-
Deployment Guidelines:
- Ensure the server is working perfectly on production without any CORS/404/504 errors.
- Ensure the live site is working perfectly without errors on landing or reloading.
-
Deployment Guidelines:
- Ensure the server is working perfectly on production without any CORS/404/504 errors.
- Ensure the live site is working perfectly without errors on landing or reloading.
-
Layout & Page Structure:
- Include a Navbar, Main Section, and Footer.
- Implement a Home Page with banner, book categories, and extra sections.
- Implement authentication system with login and registration.
- Implement private routes for All Books, Add Book, and Borrowed Books pages.
-
Extra Features:
- Dynamic Title for every route change.
- 404 page for non-existing routes.
- Loading spinner when data is being loaded
- Toast notifications for all CRUD operations.
-
Animations with Framer Motion:
- Explore and implement animations from Framer Motion.
-
Axios Interceptors:
- Use Axios interceptors to manage network requests.
-
Swiper JS:
- Implement Swiper JS for the banner and slider.
-
React Hook Form:
- React Hook Form
-
Limit Borrowed Books:
- Allow a maximum of 3 books to be borrowed per person. Show a toast alert if exceeded.
- Node.js and npm installed on your machine.
- Modern web browser (Chrome/Edge) with support for the Web Speech API.
-
Clone the repository:
https://github.com/programming-hero-web-course2/b10a11-client-side-DeveloperMonirBD.git
,cd b10a11-client-side
-
Install the dependencies:
bash npm install
-
Start the development server:
bash npm start
- Open your browser and navigate to
https://librarysystem-bb68d.web.app
to view the application.
Assignment Category: Library Management System - 08
Your client-side code GitHub repository link : https://github.com/programming-hero-web-course2/b10a11-client-side-DeveloperMonirBD
Your server-side code GitHub repository link: https://github.com/programming-hero-web-course2/b10a11-server-side-DeveloperMonirBD
Live link to the deployed project : https://librarysystem-bb68d.web.app