A modern and elegant ReactJS-based blog platform featuring parallax animations, a beautiful UI, and a smooth writing experience.
Designed for creative writers, developers, and storytellers who love immersive visuals, modern design, and seamless performance.
- 🎢 Smooth Parallax Animations – Built using modern scroll-based animation libraries to create immersive depth effects.
- 📝 Markdown-Based Blog Writing – Write and publish blogs easily with a built-in markdown editor and live preview.
- 💅 Styled Components for UI – Clean, modular styling with full control over component-level designs.
- 💻📱 Laptop & Mobile Responsive – Optimized layouts for laptop and mobile screens (not yet adapted for large ultrawide displays due to parallax scaling).
- ⚡ Pure React Setup (No Vite) – Built using Create React App for a stable and simple workflow.
- 🚀 SEO & Performance Optimized – Lightweight, smooth performance with fast rendering and minimal load time.
- 🔧 Customizable Components – Reusable React components designed for flexibility and scalability.
- ReactJS
- Framer Motion – for parallax and scroll animations
- Tailwind CSS – utility-first styling
- React Router DOM – for navigation
- Markdown Parser / Editor – for blog creation
- Node.js
- Express.js
- MongoDB – database for storing user blogs
- Mongoose – ODM for MongoDB
- CORS & JWT Auth – for secure user sessions
📦 **Backend Repository https://github.com/Harshjerry/BLOGbackend
git clone https://github.com/Harshjerry/BLOGbackend cd BLOGbackend
npm install
npm start
#THEN CLONE AND RUN FRONTEND
git clone https://github.com//BLOGfrontend.git cd BLOGfrontend
npm install
npm start
