A modern, fast, and fully responsive portfolio website built using React, Vite, TypeScript, and Tailwind CSS. This project features a completely responsive layout, interactive state-driven navigation, and modern frontend architecture.
- Mobile-First Responsive Design: Seamless layout adjustments from mobile screens to desktop monitors.
- Interactive Navbar: A custom, state-driven mobile hamburger menu built natively with React
useState. - Modern Tooling: Lightning-fast development server and asset bundling powered by Vite.
- Strict Typing: Component architecture built reliably using TypeScript.
- Frontend Framework: React 18+
- Build Tool: Vite
- Language: TypeScript
- Styling Framework: Tailwind CSS
src/
├── components/ # Reusable UI pieces (e.g., Navbar)
├── App.tsx # Main visual engine room & layout configuration
├── main.tsx # The entry point bridging React to the browser HTML
└── style.css # Global Tailwind directives & custom styles
📝 License
This project is open source and available under the MIT License.