Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/makstyle119/pomodoro-starter-files
- Owner: makstyle119
- Created: 2022-06-27T02:00:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T02:10:21.000Z (over 2 years ago)
- Last Synced: 2023-03-10T10:26:33.466Z (almost 2 years ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).