Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


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

    I'm most proud of successfully implementing the multi-step form using Angular Material stepper. I started the project with a rough idea and found a design on Frontend Mentor that inspired me. Despite not having access to Figma Design, I managed to create a functional and visually appealing form.

    However, I learned that planning is crucial. Instead of jumping straight into the functionality, I would take the time to plan out the entire project next time. This would include sketching the design, breaking down the functionality, and creating a roadmap. Planning would help streamline the development process and prevent potential issues.

    In summary, I'm proud of the final product and the skills I developed, but I recognize the importance of proper planning and preparation for future projects.

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

    Customizing the Angular Material stepper's styles was challenging. The default styles didn't match my design, and changing them was complex. I overcame this by thoroughly exploring Angular Material's documentation, experimenting with CSS classes, and using Angular's encapsulation features. Persistence and research helped me achieve the desired look and feel.

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

    1. Functionality:

    Is the form intuitive and user-friendly? Are there any issues with validation or form submission? Does the stepper handle edge cases effectively? 2. Components:

    Are the components well-structured and modular? Is the code clean and maintainable? Are there any best practices or improvements I could incorporate?