Skip to content
Submitted almost 2 years ago

Multi Step Form

vue, pinia
LVL 2
Tim90
@UltimateProgramming
A solution to the Multi-step form challenge

Solution retrospective


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

Its my first time with VueJs and Pinia. Im excited that I finished this project.

What I definitely do better next time is the form validation. I didnt want to learn a library for that use case but next time I will. Maybe you have some recommandations which are the best vue js libraries that most project should use :)

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

My Challenges were:

  • Switch Toggle Button
  • Form Validation
  • Github Actions

For the Switch Toggle Button I googled a solution but I missed the element instead I had a element. I wondered a quite long time why its not working until I found out that a label element pass clicks to its child input element of type checkbox :D

I struggled a bit to use a library for form validation or not, but I decided to implement it by myself. Its not the best solution I come up with but it works

I also struggled with Github Actions. By try and error I managed it to get working :D

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

Everything. What are the things I can do much better next time.

Every feedback is appreciated

Code
Loading...

Please log in to post a comment

Log in

Community feedback

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