This is the source code of my personal portfolio website — built to showcase my skills, projects, experience, and services as a software engineering student and full-stack developer.
🔗 Live: https://mhtamim136.github.io
| Category | Technology |
|---|---|
| Framework | React 18 |
| Build Tool | Vite |
| Styling | Tailwind CSS |
| Animations | Framer Motion |
| Icons | React Icons |
| Hosting | GitHub Pages |
| Language | JavaScript (JSX) |
The portfolio is organized into the following sections:
| Section | Description |
|---|---|
| Hero | Introduction and call-to-action |
| About | Background, focus areas, and approach to building |
| Skills | Grouped tech stack — Languages, Frontend, Backend, Database, Concepts |
| Projects | Featured projects with descriptions and links |
| Experience | Academic timeline and activity log |
| Services | What I can help with — teams, coursework, portfolio-grade products |
| Contact | Reach out form and social links |
mhtamim136.github.io/
├── assets/ # Vite build output (JS & CSS bundles)
│ ├── AboutSection-*.js
│ ├── SkillsSection-*.js
│ ├── ProjectsSection-*.js
│ ├── ExperienceSection-*.js
│ ├── ServicesSection-*.js
│ ├── ContactSection-*.js
│ ├── SectionWrapper-*.js
│ ├── Card-*.js
│ ├── index-*.js # Main React bundle
│ └── index-*.css # Compiled styles
├── Resume/ # Resume / CV file
├── favicon.svg # Site favicon
├── index.html # HTML entry point
└── README.md
Note: The
assets/folder contains the compiled build output (not source files). To run or modify locally, you'll need the original source repository.
If you have the source:
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build⭐ If you like this portfolio, feel free to give it a star! ⭐