MelBlog is a responsive and animated blog homepage built with React and Framer Motion. It includes scroll-based progress indicators, animated cards, and an interactive pointer follower using useSpring() for smooth UI transitions.
- ✅ Smooth scroll animations using
framer-motion - ✅ Animated blog cards on scroll
- ✅ Custom pointer follower animation using
useSpring - ✅ Sticky navbar with internal links
- ✅ Responsive layout with Tailwind CSS
Check out the live demo: MelBlog Live
- ⚛️ React.js
- 🎞 Framer Motion
- 🎨 Tailwind CSS
- 💡 Custom Hooks
src/
│
├── AllFiles/
| |── card.jsx
│ ├── Footer.jsx
│ ├── HeroSection.jsx
| |── LatestBlog.jsx
│ └── TopBlog.jsx
├── App.jsx
├── App.css
├── variants.js
└── main.jsx
- Clone the repository
git clone https://github.com/mellifluousguy/melblog.git
- Navigate to the project folder
cd melblog - Install dependencies
npm install
- Start the development server
npm start
- Worked with advanced framer-motion APIs
- Implemented spring-based pointer animation
- Practiced modern UI animation and UX effects
- Framer Motion Docs
- Tailwind CSS
- Mohit Gupta
- 📧 mohitdeveloperg@gmail.com
- 🐙 GitHub
⭐ Star this repo if you like it. Pull requests are welcome!

