Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

xmk-dev/issue-tracker-web

Repository files navigation

Issue Tracker

Simple issue tracker. Add your issues and change theirs' states.

Development

  • Install

    npm ci --legacy-peer-deps
    
  • Start

    npm run start
    

For more scripts check out package.json

Deployment

  • Build

    npm run build
    
  • Deploy

    npm run deploy
    

Future work

  • 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