Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sudipto68/issue-tracker-react


https://github.com/sudipto68/issue-tracker-react

Last synced: 10 days ago
JSON representation

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.