/checkin

SCRUM stand-up meeting helper

Primary LanguageJavaScript

Checkin App

Remote-friendly scrum checkins without the annoying meetings.

An educational student app project originally designed for Learn JavaScript with Eric Elliott.

Users can sign in with GitHub, create and Join SCRUM teams and then do daily "checkins" where they answer the following SCRUM stand-up meeting questions:

  • What did you do on the last workday?
  • What are you doing today?
  • Is there anything blocking you?

Live Demo:

https://check-it-9989.herokuapp.com/

run locally:

clone the repo then:

npm install
npm run dev

open up http://localhost:3000