This repository contains a simple browser-based Pomodoro timer app. The app is built using HTML, CSS, and JavaScript.
- Clone the repository.
- Open the
index.html
file in your browser.
- Install Node.js and npm.
- Run
npm install
to install dependencies. - Run
npm test
to run the tests.