A modern, responsive personal portfolio built with Next.js, TypeScript, Tailwind CSS, and Shadcn UI — designed to showcase your resume, projects, and business information in an elegant and professional way.
- 🧭 Clean and modern UI built with Tailwind CSS
- ⚡️ Fast performance using Next.js & TypeScript
- 🎨 Modular component design (Shadcn UI)
- 📱 Fully responsive across all devices
- 🌗 Dark mode support
- 💼 Pages for About, Projects, Contact, and more
| Category | Technology |
|---|---|
| Framework | Next.js |
| Language | TypeScript |
| Styling | Tailwind CSS |
| UI Components | Shadcn UI |
| Package Manager | npm / pnpm |
git clone https://github.com/Tomm8y/Personal-website
cd personal-websiteUsing npm or pnpm :
npm install
pnpm installnpm run devpersonal-website/
├── app/
│ ├── layout.tsx
│ ├── page.tsx
│ ├── about/
│ ├── contact/
│ └── projects/
├── components/
│ ├── ui/
│ ├── hero.tsx
│ ├── about.tsx
│ ├── contact.tsx
│ ├── projects.tsx
│ └── skills.tsx
├── tailwind.config.ts
├── tsconfig.json
└── package.json