A modern React application built with TypeScript, Vite, and best practices.
- ⚡️ Vite - Fast build tool and development server
- ⚛️ React 19 - Latest React with TypeScript
- 🎯 TypeScript - Full type safety
- 🧭 React Router - Client-side routing
- 📦 ESLint & Prettier - Code quality and formatting
- 🔧 Custom Hooks - Reusable logic
- 🛡️ Error Boundaries - Error handling
- 📁 Organized Structure - Component-based architecture
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── hooks/ # Custom React hooks
├── utils/ # Utility functions
├── types/ # TypeScript type definitions
├── services/ # API services
└── contexts/ # React contexts
npm installnpm run devnpm run buildnpm run previewnpm run dev- Start development servernpm run build- Build for productionnpm run lint- Run ESLintnpm run lint:fix- Fix ESLint errorsnpm run format- Format code with Prettiernpm run format:check- Check code formattingnpm run type-check- Run TypeScript type checking