Skip to content
Submitted 18 days ago

Password Generator Challenge

vue, pure-css
P
LVL 3
@saiyancodes57
A solution to the Password generator app challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

Using Vue JS to handle state. Building using components rather than all in one file. Using props to pass data down and emits to pass data up.

What challenges did you encounter, and how did you overcome them?

I had trouble with knowing where to define the logic. Like should a certain component handle the logic or should the parent component. I handled this by centralising the data in the App component.

What specific areas of your project would you like help with?

Any feedback is welcome :)

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on saiyancodes57’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