A responsive blog reading platform built with React and Tailwind CSS. Users can browse blog posts, bookmark articles, and track their total reading time.
Coming Soon
- 📰 Blog post listing with author, date, and read time
- 🔖 Bookmark blogs to a sidebar list
- ⏱️ Tracks total spent reading time (in minutes)
- 📱 Fully responsive layout
- ✅ Mark blogs as read
| Technology | Purpose |
|---|---|
| React | UI & component logic |
| Tailwind CSS | Styling |
| Vite | Build tool |
src/
├── components/
│ ├── Header.jsx
│ ├── BlogCard.jsx
│ ├── Sidebar.jsx
│ └── BookmarkList.jsx
├── App.jsx
└── main.jsx
## 📌 Status
🚧 **In Progress** — Core features under development.
---
