A mini project to generate random password of desired length.
User can include or exclude numbers and special symbols from the password.
Users can also copy the password to clipboard using a button.
With the help of hooks like useEffect,useCallback,useState and useRef this web application is optimized.
Client: React, TailwindCSS