You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made password generator through react by which you can generate random passwords comprising numbers, characters, symbols and can control its length. Moreover you can copy the password to your clipboard.
Made currency convertor through which you can convert currencies in one form another using hooks like useState, useCallback, useReduce, useEffect.
made a task tracker app by which you can track your tasks whether it is in pending or in progress or completed or deployed or deferred. Also you can select the task basis on priority or date thet are built or by Assignee owner.