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

https://github.com/dfirebaugh/pomodoro-js-workshop

This repo is intended to help facilitate a Javascript workshop
https://github.com/dfirebaugh/pomodoro-js-workshop

Last synced: 10 months ago
JSON representation

This repo is intended to help facilitate a Javascript workshop

Awesome Lists containing this project

README

          

# Pomodoro Javascript Workshop
This repo is intended to help facilitate a javascript workshop that I'm hosting. If you like what you see here, please be sure to tell all your friends and enemies!

## What is a pomodoro clock?
Pomodoro is a popular productivity cycle. Typically you work for 25 minutes and then rest for 5 minutes. I'm not sure if this actually works, but let's make a simple version of this.

### Steps
The `steps` folder has individual steps that are taken to build this app. It is encouraged that you attempt to follow along without them, but if you need to reference something feel free to take a look.

To view a particular step, change where the script tag points in the `index.html` file.