Reverse-engineer-pomofocus

Reverse-Engineer pomofocus.io


WIREFRAME

wireframe


0.Setup

A User can see my initial repository and live demo

Repository


1. Initialize Application

As a user I want to see the initial page when I load the site

REPO

HTML

CSS

2. User Story: Add task

As a user I want to be able to add tasks to work on today and also set estimate pomodoros (1 = 25min of work) for each tasks

REPO

JS

HTML

CSS


3. User Story: Toggle done

As a user I want to be able to toggle a task as done

REPO

JS

LISTENER

HANDLER

CSS


4. User Story: Delete task

As a user I want to be able to delete tasks

REPO

JS

HANDLER

CSS


5. User Story: Start and stop timers

As a user I want to be able to start timer and focus on the task for 25 minutes then take a break for 5 minutes when the alarm ring

REPO

HTML

CSS

JS

DATA

LISTENER

HANDLER

Assets