A modern React application built with Vite.
- ⚡ Vite for fast development and building
- ⚛️ React 19 with modern hooks
- 🧭 React Router for navigation
- 📦 Zustand for state management
- 🔥 React Hot Toast for notifications
- 🎯 ESLint for code quality
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── hooks/ # Custom React hooks
├── store/ # Zustand stores
├── utils/ # Utility functions
├── App.jsx # Main app component
├── main.jsx # Entry point
└── index.css # Global styles