Difficulties choosing who should start your daily standup? This app can help with that.
Live demo: standup-starter.netlify.com
Start the dev server
$ npm startBuild for production
$ npm run build- Convert to hooks
- Break components up into a
/componentsfolder - Add a light/dark theme toggle
- Write some tests
- Convert to TypeScript