hnformentin / gathering-demeter

Repository for SI gathering 2020 for team Demeter. Radix job at https://console.playground.radix.equinor.com/applications/gathering-demeter

Home Page:https://gathering-demeter.app.playground.radix.equinor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equinor Timer

This app can be used to set up multiple timers that run in parallel or timers trigger when other timers finish.

Examples:

  • When making a dinner you would like to start making the different dishes at different times, and sometime a dish can't be started until another is finished.
  • Could also be used when holding a presentation to time the different parts of the presentation.

Design we are going towards:

alt 'UI Sketches'

Way of Working

The Pillars

alt 'The Pillars'

The Process

alt 'The Process'

Run project using Docker

docker build -t timer .
docker run -p 8000:8000 --rm --name timer timer

Run project without Docker

Assumes you have python and node installed.

cd frontend
npm install
npm run build
cd ..
python app.py

About

Repository for SI gathering 2020 for team Demeter. Radix job at https://console.playground.radix.equinor.com/applications/gathering-demeter

https://gathering-demeter.app.playground.radix.equinor.com

License:MIT License


Languages

Language:JavaScript 58.8%Language:HTML 22.1%Language:CSS 10.5%Language:Dockerfile 4.3%Language:Python 4.3%