githubcrce / PasswordGenerator

MIT License
0 stars 2 forks source link

Notify function in App.js #9

Open warrenferns opened 1 year ago

warrenferns commented 1 year ago

This issue should be resolved by creating notify that:

Input 1) Message 2) Has Error (default is false)

Use toast, ToastContainer from react-toastify to notify the user the message using if else based on has error param

Output Toast Message/Error