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
- Host: GitHub
- URL: https://github.com/codyloyd/checkin
- Owner: codyloyd
- Created: 2017-01-31T18:59:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T14:57:26.000Z (over 9 years ago)
- Last Synced: 2025-02-09T08:33:59.218Z (over 1 year ago)
- Topics: firebase, react, scrum
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)