https://github.com/rikon07/bookitsu
Library Management Project
https://github.com/rikon07/bookitsu
firebase-auth jwt react react-router tailwindcss
Last synced: about 2 months ago
JSON representation
Library Management Project
- Host: GitHub
- URL: https://github.com/rikon07/bookitsu
- Owner: Rikon07
- Created: 2025-08-04T19:17:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T08:50:16.000Z (11 months ago)
- Last Synced: 2025-09-08T08:12:54.200Z (10 months ago)
- Topics: firebase-auth, jwt, react, react-router, tailwindcss
- Language: JavaScript
- Homepage: https://bookitsu-library-007.web.app/
- Size: 449 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 BooKitsu – Library Management Project
[](https://react.dev/)
[](https://tailwindcss.com/)
[](https://firebase.google.com/)
[](https://vitejs.dev/)
[](https://bookitsu-library-007.web.app/)
[](https://opensource.org/licenses/MIT)
---
🚀 **Live Demo:** [https://bookitsu-library-007.web.app/](https://bookitsu-library-007.web.app/)
---
## ✨ Project Overview
**BooKitsu** is a beautifully crafted frontend for a modern school library management system. Users can browse books, borrow and return them, and view their own activity — all through a dynamic, elegant, and responsive UI powered by React, Firebase Auth, and TailwindCSS.
---
## 🔥 Key Features
- 🔐 Secure Firebase Authentication (Email/Pass + Google)
- 📦 Borrow & Return Books System (Limited to 3 books per user)
- 🌐 Fully Responsive Layout
- 💬 SweetAlert2 Feedback for User Actions
- 🎞️ Carousel + Animated Banner Section
- 🌙 Light & Dark Mode Support
- 📁 Protected Routes
- 🧭 Scroll-based Navbar Transparency
- 📊 Rating Stars, Skeleton Loaders & Tooltips
- ⚡ Fast loading with Vite + Lazy loading
---
## 🛠 Tech Stack
### 🧩 Framework & Core
- **React 19**
- **React Router 7**
- **Firebase Auth**
- **Axios (Secured via Interceptors)**
- **Vite**
### 🎨 UI & UX
- **Tailwind CSS 4**
- **Lucide Icons**
- **DaisyUI (Optional custom components)**
- **Framer Motion**
- **React Awesome Reveal**
- **AOS (Animate on Scroll)**
- **React Loading Skeleton**
- **React Fast Marquee**
### 📦 Extra Packages
- `lottie-react` – Animated elements
- `react-simple-typewriter` – Typing effects
- `swiper` – Responsive image sliders
- `react-multi-carousel` – Customizable carousels
- `react-toastify` – Toast notifications
- `sweetalert2` – User prompts & alerts
- `react-rating-stars-component` – Star-based ratings
---
## 🧠 Tech Stack
| Layer | Tech Used |
|--------------|-----------|
| **Frontend** | React, React Router, Tailwind CSS, DaisyUI |
| **Backend** | Express.js, MongoDB Atlas |
| **Auth** | Firebase Authentication |
| **Deploy** | Firebase Hosting |
| **UI Magic** | AOS, SweetAlert2, Lottie, Toastify, React Icons, Carousel, Framer Motion |
---
## Folder Structure
├── .firebase
└── hosting.ZGlzdA.cache
├── .firebaserc
├── .gitignore
├── README.md
├── eslint.config.js
├── firebase.json
├── index.html
├── package.json
├── public
└── vite.svg
├── src
├── App.css
├── App.jsx
├── Components
│ ├── Home Components
│ │ ├── Banner.jsx
│ │ ├── Carousel.jsx
│ │ ├── DidYouKnow.jsx
│ │ ├── FAQ.jsx
│ │ ├── Testimonials.jsx
│ │ └── TopCategories.jsx
│ └── Main Components
│ │ ├── Footer.jsx
│ │ ├── Loader.jsx
│ │ ├── MinimalHeader.jsx
│ │ ├── Navbar.jsx
│ │ └── ThemeToggle.jsx
├── Firebase
│ └── firebase.config.js
├── Hooks
│ └── AxiosSecure.jsx
├── Layouts
│ ├── Home.jsx
│ └── Root.jsx
├── Pages
│ ├── Home Pages
│ │ ├── AddBook.jsx
│ │ ├── AllBooks.jsx
│ │ ├── AllCategories.jsx
│ │ └── BorrowedBooks.jsx
│ └── Other Pages
│ │ ├── BookDetails.jsx
│ │ ├── CategoryBooks.jsx
│ │ ├── Error.jsx
│ │ ├── ForgetPass.jsx
│ │ ├── Login.jsx
│ │ ├── Profile.jsx
│ │ ├── Register.jsx
│ │ └── UpdateBook.jsx
├── Provider
│ ├── AuthProvider.jsx
│ └── Private.jsx
├── Routes
│ └── Route.jsx
├── assets
│ ├── Animations
│ │ ├── Animation - 6.json
│ │ ├── Animation - Error.json
│ │ ├── Anime -1.json
│ │ ├── Anime -2.json
│ │ ├── Anime -3.json
│ │ ├── Anime -4.json
│ │ └── Anime -5.json
│ ├── Fonts
│ │ ├── OdenaGlamour-BF6625f66aead7f.otf
│ │ └── Qyore.otf
│ ├── LibraRyk Logo.png
│ └── react.svg
├── index.css
└── main.jsx
├── tailwind.config.js
└── vite.config.js