Your personal digital library tracker - built for mindful readers who love to stay organized
BookNest is a minimal, distraction-free dashboard that helps you track your reading journey without unnecessary screen time.
No reading inside the app - just log, organize, and focus on your real-world reading goals.
Think of it like Strava for fitness but custom-built, theme-rich, and built with React + MUI.
- ✅ Clean homepage with CTA
- ✅ Auth flow (Login / Signup)
- ✅ Responsive dashboard
- ✅ Card-style display of:
- Book name
- Author
- Status (To Read / Reading / Completed)
- Last updated
- 🧩 Coming soon:
- Sorting & filtering by status
- Book timeline logs (notes, thoughts)
- Light/Dark mode
- Export data
| Tech | Description |
|---|---|
| React | Frontend framework |
| Material UI | Component library for clean UI |
| React Router | Navigation and route handling |
| CSS Modules | Scoped styles |
| Firebase / Node.js | (TBD) Auth + backend integration |
| Landing Page | Dashboard |
|---|---|
| Coming soon | Coming soon |
"Less screen time, more book time."
BookNest was born from the need for a minimalist, no-frills book tracking tool to focus on offline status, consistency and reading goals. BookNest stands out by doing less so you can read more. Just track, update, and unplug.
git clone https://github.com/bhavana-201/booknest.git
cd booknest
npm install
npm run dev