Hello and welcome to my personal website where you can get to know what I'm about and if you have any questions don't be afriad to email or dm me
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Analyze bundle size
npm run build:analyzeThis project includes several performance optimizations:
- React.memo for preventing unnecessary re-renders
- Code splitting and lazy loading
- Service worker for offline functionality
- Optimized animations with reduced motion support
- Bundle analysis and monitoring tools
The project uses modern development practices with ESLint for code quality and Vite for fast development builds. All components are optimized for performance and accessibility.