A modern, responsive personal website built with Next.js, Mantine, and TypeScript.
- Responsive design that works on all devices
- Dark mode support
- Interactive contact form
- Project showcase
- About section
- Modern UI components using Mantine
- Next.js 14
- TypeScript
- Mantine UI
- Tailwind CSS
- ESLint
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
src/
├── app/ # App router pages
├── components/ # Reusable components
├── styles/ # Global styles
└── lib/ # Utility functions and configurations
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLint