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

https://github.com/codyloyd/checkin

SCRUM stand-up meeting helper
https://github.com/codyloyd/checkin

firebase react scrum

Last synced: about 2 months ago
JSON representation

SCRUM stand-up meeting helper

Awesome Lists containing this project

README

          

# 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/](https://check-it-9989.herokuapp.com/)

## run locally:
clone the repo then:
```plain
npm install
npm run dev
```
open up [http://localhost:3000](http://localhost:3000)