Here lies the starter files for the Pomodoro timer tutorial which can be found here: https://freshman.tech/pomodoro-timer
The completed version of this project is live at https://freshman-pomodoro.surge.sh/
You must have Node.js and npm installed on your machine. This project was built against the following versions:
Node v13.13.0 npm v6.14.5
Clone this repository to your local machine with:
$ git clone https://github.com/Freshman-tech/pomodoro-starter-files.git
cd
into the downloaded directory and follow along with the
tutorial.