Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makstyle119/pomodoro-starter-files

Pomodoro Starter Files
https://github.com/makstyle119/pomodoro-starter-files

Last synced: 13 days ago
JSON representation

Pomodoro Starter Files

Awesome Lists containing this project

README

        

# Pomodoro Timer Starter files

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

## Live demo

The completed version of this project is live at
https://freshman-pomodoro.surge.sh/

## Prerequisites

You must have [Node.js](https://nodejs.org/en/download/) and
[npm](https://www.npmjs.com/get-npm) installed on your machine. This project was
built against the following versions:

Node v13.13.0
npm v6.14.5

## Get started

Clone this repository to your local machine with:

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

`cd` into the downloaded directory and follow along with the
[tutorial](https://freshman.tech/pomodoro-timer/).