Books World is a web application that allows users to browse, search, and borrow books from various categories. This project is built using React, Firebase, Tailwind CSS and daifyUI.
- Browse books by category
- Search for books
- Borrow books
- View borrowed books list
- Limit borrowing books
- User authentication with Firebase
- Firebase
- React router for dynamic routing
- React rating star component
- React toastify for alerts
src/
βββ Components/
β βββ BooksCard.jsx
β βββ Navbar.jsx
β βββ Footer.jsx
β βββ ...
βββ Pages/
β βββ Home.jsx
β βββ CategoryBooks.jsx
β βββ BooksDetails.jsx
β βββ Login.jsx
β βββ Register.jsx
β βββ AddBooks.jsx
β βββ ...
βββ AuthProvider/
β βββ Auth.jsx
β βββ ...
βββ assets/
β βββ images/
β β βββ 1.webp
β β βββ 7.webp
β β βββ 8.webp
β β βββ ...
β βββ ...
βββ styles/
β βββ tailwind.css
β βββ ...
βββ App.jsx
βββ main.jsx
βββ index.css
βββ firebase.config.js
βββ ...