Pomodoro Timer https://pomodoro-timer.radii.page/
| .vscode | ||
| pages | ||
| public | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Build-a-25-plus-5-Clock
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev