An open API service indexing awesome lists of open source software.

https://github.com/xmk-dev/issue-tracker-web

Simple issue tracker app
https://github.com/xmk-dev/issue-tracker-web

issue-tracker react

Last synced: about 1 year ago
JSON representation

Simple issue tracker app

Awesome Lists containing this project

README

          

# 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