A modern portfolio built with Next.js, Tailwind CSS, and TypeScript.
This is the source code for my personal website, built to showcase my projects, experience, and creative work in a fast and stylish manner.
- ⚛️ Built with Next.js + React
- 🖌️ Styled using Tailwind CSS
- 📄 Type-safe with TypeScript
- 🌘 Dark mode support
- ⚡️ Fast, responsive, and optimized
- 🎯 SEO-friendly dynamic routing
- 🔄 Deployed with Vercel
- Frontend: Next.js, React, TypeScript
- Styling: Tailwind CSS
- Deployment: Vercel
To set up the project locally:
git clone https://github.com/sksmta/website.git
cd website- Install dependencies
npm install- Start the development server
npm run devVisit http://localhost:3000 to view the site locally.
npm run build
npm start