This project is a fully responsive with integrated blog pages, dynamic routing, and smooth scrolling navigation. It includes dedicated sections for services, testimonials, pricing plans, contact, and blog posts all styled consistently using custom CSS and React components.
- Single Page Application (SPA) using React Router
- Dynamic Blog Post Routing (
/blog/:id) - Responsive Design for all screen sizes (mobile, tablet, desktop)
- Smooth Scrolling Navigation with AOS
- Modular Components for easy maintenance
- Blog Listing + Detail View
- Hamburger Menu with Toggle Animation
- Pagination support for blog listing
Technology used:
- React.js
- React Router
- CSS
- Vite
# Clone the repository
git clone https://github.com/5pace4/hellomello.git
# Go into the project directory
cd hellomello
cd frontend
# Install dependencies
npm install
# Start development server
npm run dev