A pomodoro timer to your tasks using context and reducer api. ⚛️
The timer can be set for countdown of minutes and seconds and has a visual and sound countdown when the time is up.
Additionally, the site allows the user to add a name or description for the timer, allowing them to create different timers for different activities or tasks. The Pomodoro Timer is a useful application for time management that can be used for a variety of tasks, such as studying, physical exercise, meditation, or any other activity that requires a timer.
npm install
npm dev
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"date-fns": "^2.29.3",
"immer": "^9.0.16",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.0",
"react-router-dom": "^6.5.0",
"styled-components": "^5.3.6",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1",
"typescript": "*",
"vite": "^4.0.0"
}