Welcome to my personal portfolio website! This project showcases my full-stack web development skills, projects, and experience.
Check out the live site: https://shakerullah.vercel.app
This is my personal portfolio website, built to showcase:
- My projects and web development skills
- My experience and achievements
- Easy ways to contact or connect with me
The website is fully responsive, performance-optimized, and designed with a modern and clean user experience.
- Next.js
- React
- Motion (formerly Framer Motion)
- TypeScript
- CSS / Tailwind CSS
- Git & GitHub
- Vercel
portfolio/
├─ public/ # Static assets (images, icons)
├─ src/
├─ app/ # Next.js routing
├─ api/ # API routes (contact)
├─ components/ # React components
├─ schemas/ # Zod schemas
├─ services/ # Email service
├─ types/ # Types
├─ constants.ts # Constant values
├─ package.json # Project dependencies & scripts
├─ README.md # Project overview
└─ LICENSE # MIT License- Responsive design for all devices
- Fast loading and performance optimized
- Modern UI with clean and intuitive navigation
- Smooth animations powered by Motion (formerly Framer Motion)
- Easy to update and extend with new projects
- Contact form and social links integrated
- Node.js 18+
- npm
# Clone the repo
git clone https://github.com/mdshakerullahS/Portfolio.git
# Navigate to project folder
cd portfolio
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to view the website locally.
This project is licensed under the MIT License. See the LICENSE file for details.
LinkedIn: https://linkedin.com/in/mdshakerullah Email: sourovmdshakerullah@gmail.com
If you like this project, please give it a ⭐ on GitHub!
Happy Coding 🚀