Skip to content

sudipto68/Issue-Tracker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.