- Frontend Framework: React (with Vite for fast development)
- Styling: Tailwind CSS
- Testing Framework: Vitest (for unit and component testing)
- Match the UI
- Simultaneous Timers
- Snack Bar Behavior
- Fix Snack Bar Console Error
- Extract Common Components
- Consolidate Modal Code
- Validation Snack Bars
- Responsive Snack Bar Placement
- Write Tests
- Timer Persistence
-
Clone the repository:
git clone https://github.com/mpavithran/timer.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Run tests:
npm vitest