Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudipto68/issue-tracker-react
https://github.com/sudipto68/issue-tracker-react
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudipto68/issue-tracker-react
- Owner: sudipto68
- Created: 2023-07-26T20:24:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T16:22:42.000Z (over 1 year ago)
- Last Synced: 2023-08-05T17:28:53.786Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Issue Tracker
1. Any user can submit issue but if any user already submitted an issue and that is in pending state then, that user will not be allowed to submit another issue.(In this case we have find that user using his email).
2. Used local storage to persist data after reload page.