A modern developer portfolio built with Next.js and deployed on Vercel, showcasing projects, skills, and contact information.
👉 Live Demo: https://usman-portfolio-murex.vercel.app/
- Responsive Design: Works flawlessly on all devices
- Project Showcase: Highlight your best work with details
- Skills Section: Visual tech stack representation
- SEO Optimized: Built-in Next.js SEO capabilities
- Fast Performance: Static generation + Vercel Edge Network
- Contact Integration: Easy way for visitors to reach out
- ⚛️ Next.js 14 (App Router)
- 🎨 Tailwind CSS
- 📈 Framer Motion (animations)
- 📄 MDX (content management)
- 🔄 Vercel Deployment
- Clone the repository:
git clone https://github.com/usmanaholic/usman_portfolio.git
- Install dependencies:
npm install
# or
yarn install
- Run development server:
npm run dev
# or
yarn dev
- Build for production:
npm run build
# or
yarn build
This project is configured for seamless deployment on Vercel:
- Automatic CI/CD pipeline
- Instant cache invalidation
- Global CDN distribution
├── app/
│ ├── projects/ # MDX project case studies
│ ├── components/ # Reusable components
│ └── styles/ # Global CSS & Tailwind config
├── public/ # Static assets
└── package.json
Contributions are welcome! Please:
- Fork the project
- Create your feature branch
- Commit changes
- Push to the branch
- Open a Pull Request
MIT License - see LICENSE for details.
Built with ❤️ by Usman