https://github.com/thuyencode/pomodoro-clock
Build a 25 + 5 (Pomodoro) Clock | freeCodeCamp
https://github.com/thuyencode/pomodoro-clock
freecodecamp react
Last synced: 11 months ago
JSON representation
Build a 25 + 5 (Pomodoro) Clock | freeCodeCamp
- Host: GitHub
- URL: https://github.com/thuyencode/pomodoro-clock
- Owner: thuyencode
- Created: 2023-07-11T03:11:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T14:46:30.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:58:38.265Z (about 1 year ago)
- Topics: freecodecamp, react
- Language: TypeScript
- Homepage: https://thuyencode.github.io/pomodoro-clock/
- Size: 882 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 25 + 5 (Pomodoro) Clock | A project for freeCodeCamp
[](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-25--5-clock)
[](https://ibb.co/zXxYnv2)
## Tech Stack
* [Vite](https://vitejs.dev/)
* [React](https://react.dev/)
* [Tailwind CSS](https://tailwindcss.com/)
* [daisyUI](https://daisyui.com/)
* [Bootstrap Icons](https://icons.getbootstrap.com)
* [TypeScript](https://typescriptlang.org)
## How to play with this project
```text
git clone https://github.com/thuyencode/pomodoro-clock
cd calculator
npm i && npm run dev
```
If you want the production build:
```text
npm run build
npm run preview
```