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 start
Build for production
$ npm run build
- Convert to hooks
- Break components up into a
/components
folder - Add a light/dark theme toggle
- Write some tests
- Convert to TypeScript