An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 25 + 5 (Pomodoro) Clock | A project for freeCodeCamp

[![freeCodeCamp](https://img.shields.io/badge/Built%20for-freeCodeCamp-1f425f.svg?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-25--5-clock)

[![Drum Machine's responsive design](https://i.ibb.co/tqKtmr2/Screenshot-2023-07-13-at-16-22-22-25-5-Clock-Thuyen-Code-free-Code-Camp.png)](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
```