standup-form

A simple form to write standup updates

MIT License

Stars
2
Committers
4

StandupForm

Easily write daily standup (scrum) updates to the team

A web app built with Angular that lets your write your updates from the previous day, plans for today and any blockers that you might be facing.

Features

  • Light / dark mode option. Light mode is turned on by default.
  • Saves the form data (until 11:59pm) when the preview contents have been copied.
  • Empty input fields will hidden on the preview.
  • 'Yesterday' header will switch to the day when time between the last copy of the preview exceeds 2 days.
  • Clicking enter on an input field will create a new input field.

Running the project

$ yarn install
$ yarn start