Skip to content
Submitted 4 days ago

Password Generator App with React

accessibility, shadcn, react, tailwind-css
P
LVL 3
@repro123
A solution to the Password generator app challenge

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 createdAt timestamps for each password and stored in the history
What challenges did you encounter, and how did you overcome them?

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

Community 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