๐ React + Vite โ Minimal Setup with HMR & ESLint ๐
๐ Overview
This template provides a minimal setup to get React running with Vite, featuring:
- โก Hot Module Replacement (HMR) for seamless development
- ๐งน ESLint rules for consistent code quality
๐ Available official plugins:
โ๏ธ Configuration
โฒ๏ธ Timer Settings
Customize the default timer settings directly from the Settings page:
๐พ Local Storage
The application uses localStorage to persist:
- โฑ๏ธ Timer settings
- ๐ Statistics data
- โ๏ธ User preferences
๐ ๏ธ Development
๐ Available Scripts
Command |
Description |
npm run dev |
๐๏ธ Start development server |
npm run build |
๐ข Build for production |
npm run preview |
๐ Preview production build |
npm run lint |
๐งน Run ESLint |
๐งน Code Style
This project follows ESLint standards with:
- โ
React recommended rules
- ๐ React Hooks best practices
- ๐ Custom project-specific rules
๐ค Contributing
- ๐ด Fork the repository
- ๐ฑ Create your feature branch:
git checkout -b feature/AmazingFeature
- โ
Commit your changes:
git commit -m 'Add some AmazingFeature'
- ๐ Push to the branch:
git push origin feature/AmazingFeature
- ๐ฉ Open a Pull Request
๐ License
๐ This project is licensed under the MIT License. See the LICENSE file for details.
๐ Acknowledgments
๐ค Michel D
๐ Project Link: none for the moment
๐ผ๏ธ Screenshots
๐ Home Page
๐ Settings View
โ๏ธ Statistics Panel
๐ *Code faster. Build smarter. Stay productive!* ๐