A Random String Generator using JavaScript.
- fix error bug where the error disappear when you change input but there is still invalid input
- add better browser compatibility
- add accessibility
- make look nicer
- add comments to explain code
- add snackbar/walk through
- add custom symbols option
- make error function throw error using
throw new Error()
? - change primary layout to grid instead of flex layout
- need add
aria-label=""
and maybearia-describedby=""