Submitted 4 days agoLVL 3A solution to the Password generator app challenge
Password Generator App with React
accessibility, shadcn, react, tailwind-css
P
@repro123

Solution retrospective
What are you most proud of, and what would you do differently next time?
I intended to use this project to practice useReducer and I am glad I was able to do it easily. I extended the features of the app, to include:
- View history of generated passwords stored in local storage
- Copy a previously generated password from the history
- Generated a new password based on the settings of a password in the history
- A delete button for each password in the history and a delete all history button
- Added
createdAttimestamps for each password and stored in the history
None, particularly
What specific areas of your project would you like help with?I would like to know if it is necessary to update the url with each parameter so that the user can have a shareable link, and go back and forwards in the browser
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Bello Ibrahim’s solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord