This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
I created a daily routine task management app using React. Users can add tasks with start and end times, saved in local storage for security. Throughout the day, users can mark tasks as complete, and at the end of the day, review their progress and identify areas for improvement.
JavaScript
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available: