A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS.
- Responsive design
- Sections: Home, About, Projects, Skills, Contact
- Built with Next.js 14 and App Router
- Styled with Tailwind CSS
- TypeScript for type safety
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
- Replace placeholder content in
app/page.tsxwith your personal information - Add your own images to the
public/folder - Update the metadata in
app/layout.tsx
Deploy to Vercel, Netlify, or any static hosting service.
For Vercel:
npm run buildThen deploy the .next folder.
- Next.js
- TypeScript
- Tailwind CSS
- ESLint