A modern, fast, and fully responsive developer portfolio built with React, Vite, and Tailwind CSS, featuring smooth animations and SEO optimization.
🔗 Live Demo: https://hammadmeer.netlify.app/
📦 Repository: https://github.com/hammadmeer-dev/react-portfolio
- ⚡ Super Fast (Powered by Vite)
- 🎨 Modern UI with Tailwind CSS
- ✨ Smooth Animations
- 📱 Fully Responsive Design
- 🔍 SEO Optimized
- 🧩 Clean & Modular Code Structure
- 📬 Contact Section
- 🌙 Light/Dark Mode Ready (optional)
| Technology | Purpose |
|---|---|
| React JS | Frontend UI |
| Vite | Build & Dev Server |
| Tailwind CSS | Styling |
| Framer Motion / AOS | Animations |
| React Icons | Icons |
| SEO Meta Tags | Search Optimization |
react-portfolio/ │── public/ │── src/ │ ├── components/ │ ├── pages/ │ ├── assets/ │ ├── hooks/ │ ├── data/ │ ├── App.jsx │ └── main.jsx │── index.html │── package.json │── tailwind.config.js │── vite.config.js
git clone https://github.com/hammadmeer-dev/react-portfolio.git
//Navigate into the folder
cd react-portfolio
//Install dependencies
npm install
//Run development server
npm run dev
//Build for production
npm run build
//Preview production build
npm run preview