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
- Host: GitHub
- URL: https://github.com/xmk-dev/issue-tracker-web
- Owner: xmk-dev
- License: mit
- Created: 2020-02-08T12:16:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T15:23:34.000Z (almost 3 years ago)
- Last Synced: 2023-05-11T16:33:22.531Z (almost 3 years ago)
- Topics: issue-tracker, react
- Language: TypeScript
- Homepage: https://xmk-dev.github.io/issue-tracker-web/
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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