A modern, responsive front-end for the BlogNest blogging platform.
BlogNest is a sleek, performant frontend built with modern web-technologies, designed to work with a backend API to serve blog posts, authors, comments, etc. This repository contains the frontend application.
- JavaScript / ESNext
- Framework: React
- Build tool: Vite
- CSS utility framework: Tailwind CSS
- Linter/formatter: ESLint / Prettier
- Deployment: Vercel
- Clear folder structure for components, pages, assets.
- Responsive design out of the box.
- Optimised build with Vite (fast dev server, HMR, production build).
- Tailwind CSS for utility-first styling, enabling rapid UI iteration.
- Easy to extend: add new pages, components, features with minimal boilerplate.
This project is open-source under the MIT License (adjust if different).
- Clone the repository:
git clone https://github.com/bola-nabil/blognest.git
- go to the project folder
cd blognest
- Install dependencies:
npm install
- Run the development server:
npm run dev
ذ ذذ