Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.43 KB

Pomodoro Timer

Here lies the starter files for the Pomodoro timer tutorial which can be found here: https://freshman.tech/pomodoro-timer

Ps.: there are some changes in the code! I changed the sounds and a some style details! It's important for you to give your personal touch to your project, so be creative

Prerequisites

You must have Node.js and npm installed on your machine. This project was built against the following versions:

Node v14.21.2
Npm 6.14.17

Get started

To get started, clone this repository to your local machine with:

$ git clone https://github.com/lucascantodev/PomodoroTimer.git

Or, if you prefer to follow Freshman's tutorial, you can clone their repository to your local machine with this command:

$ git clone https://github.com/Freshman-tech/pomodoro-starter-files.git