Simple issue tracker. Add your issues and change theirs' states.
-
Install
npm ci --legacy-peer-deps
-
Start
npm run start
For more scripts check out package.json
-
Build
npm run build
-
Deploy
npm run deploy
- Add and edit issue form validation
- Add PWA support
- Finish TypeScript migration
- Upgrade to newer Redux properly
- Add tests
- Improve performance by doing issues grouping by status already in state not in Container
- Split into smaller components