Skip to content
/ website Public

My personal website built on next.js & tailwindCSS

sksmta/website

Repository files navigation

🌐 Personal Website

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.

✨ Features

  • ⚛️ 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

🚀 Live Demo

👉 View Website


🛠 Tech Stack

  • Frontend: Next.js, React, TypeScript
  • Styling: Tailwind CSS
  • Deployment: Vercel

🧑‍💻 Getting Started

To set up the project locally:

1. Clone the repository

git clone https://github.com/sksmta/website.git
cd website
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

Visit http://localhost:3000 to view the site locally.


📦 Build for Production

npm run build
npm start