A modern, responsive portfolio website built with React, TypeScript, and Vite.
- Modern UI/UX with smooth animations
- Responsive design
- Interactive components
- Dynamic routing
- Contact form
- Portfolio showcase
- Service details
- Booking system
- React
- TypeScript
- Vite
- Styled Components
- Framer Motion
- React Router DOM
- Clone the repository:
git clone <your-repo-url>- Install dependencies:
npm install- Run development server:
npm run dev- Build for production:
npm run build- Push your code to GitHub
- Connect your GitHub repository to Vercel
- Configure build settings:
- Build Command:
npm run build - Output Directory:
dist - Install Command:
npm install
- Build Command:
No environment variables are required for basic deployment.
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint
MIT License