A modern, single-page portfolio website built with Next.js (App Router), TypeScript, and Tailwind CSS. The project focuses on clean architecture, performance, scalability, and maintainability.
- Framework: Next.js (App Router)
- Language: TypeScript (Strict Mode)
- Styling: Tailwind CSS
- Node.js (version 18 or higher)
- npm or yarn or pnpm
- Clone the repository:
git clone <your-repo-url> cd <project-name>
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the result.
Built with ❤️ using Next.js, TypeScript, and Tailwind CSS