This is a modern and responsive portfolio website built using React, TypeScript, and Vite. The project showcases my skills, experience, and projects in an elegant and professional design.
- Fast Development: Powered by Vite for a lightning-fast development experience.
- Type Safety: Built with TypeScript for robust and maintainable code.
- Animations: Smooth and customizable animations with
framer-motion. - Icon Support: Lightweight and modern icons provided by
lucide-react. - Responsive Design: Styled with TailwindCSS for a seamless experience across devices.
- Linting: Ensures code quality using ESLint.
- Frontend: React with TypeScript
- Build Tool: Vite
- Styling: TailwindCSS
- Animations: Framer Motion
- Icons: Lucide React
- Clone the repository:
git clone https://github.com/your-username/portfolio.git cd portfolio npm install npm run dev