A minimal, modern, and fast developer portfolio built with React, TypeScript, and Tailwind CSS.
- ⚡ Minimal, clean design
- 🌗 Light/Dark theme support
- 📱 Responsive and mobile-friendly
- 🛠️ Built with React, Vite, and Tailwind CSS
- 📝 Content managed via TypeScript files
- 🔒 Spam-protected email and phone number
- 🧩 Modular, component-based architecture
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Build for production:
pnpm build
src/– Main source code (components, data, styles)public/– Static assets (icons, images)data/– Portfolio content (projects, experiences, profile)components/– UI and layout components
All portfolio content (projects, experiences, social links, etc.) is managed via TypeScript files in the src/data/ directory. Update these files to personalize your information.
This project is open source and available under the MIT License.