Bloger Times is a modern blog platform that allows users to read, write, and manage blog posts with ease. Built with React, TypeScript, and a clean UI, it delivers a fast and intuitive user experience.
- 📝 Create, edit, and delete blog posts
- 🔒 Authentication and protected routes
- 🌐 Public and private blog views
- 🔍 Search functionality
- 🎨 Responsive and clean design
- ♾️ Infinite scroll for post listings
- ⚙️ Dynamic routing and lazy-loaded components
- 🧪 Robust error handling and loading states
- Frontend: React, TypeScript, Vite
- Routing: React Router DOM
- State Management: Zustand
- Form Handling: React Hook Form
- UI: Tailwind CSS
- Icons: Lucide React
- API: REST / GraphQL (depending on your backend)
- Deployment: Vercel / Netlify / Custom
git clone https://github.com/your-username/bloger-times.git
cd bloger-times
yarn install