This is a pomodoro timer to manage your productive work like a boss.
- Vite
- React
- TypeScript
- Chackra UI
- Styled Components
- Install dependencies. Use your preferred package manager (npm, yarn, or pnpm) to install the project dependencies:
npm install
- Start the development server. Once the dependencies are installed, you can start the Vite development server:
npm run dev
This will usually start the server at http://localhost:5173/ (or another port if specified in the project configuration).