A modern, responsive portfolio website built with React and Vite.
- Home - Landing page with introduction
- About - About me section
- Projects - Showcase of projects
- Skills - Technical skills and expertise
- Blog - Blog posts and articles
- Dark/Light Theme - Theme switcher for user preference
- React 19
- Vite
- Tailwind CSS
- Framer Motion (animations)
- React Router
npm installnpm run devnpm run buildnpm run previewsrc/
├── components/ - Reusable React components
├── pages/ - Page components (Home, About, etc.)
├── styles/ - CSS files
├── data/ - Static data and content
├── contexts/ - React context providers
├── hooks/ - Custom React hooks
├── utils/ - Utility functions
└── config/ - Configuration files