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?

    This is my first challenge using a library that is almost new for me, and that´s react, and also using something completely new for me called tailwind, to the next time i will develop best practices using react and tailwind, investigate new hooks and tools that would help me to develop faster and better my app!

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

    Mixing this react and tailwind and knowing step by step some different hooks and ways to develop the multistepform became too challenging but funny at the same time because each day i discovered something new about react or about tailwind, or even both, and that´s the important thing of all of this, i´m really happy what capabilities i have and what i don´t have yet to become better each day

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

    about the react logic using each hook and consts, i don´t know if that´s the best practices (i don´t think so) so i would really happy if any of you comment me all the best practices to develop components like this project, or told me ways to improve it or whatever makes the things better, even in tailwind classes or styles, but the most important is about react logic, form and state management, thank you :3

  • Submitted


    Learnings during the creation of the solution

    • I explore a little more about the responsive design and also the easiest way to center a div
    • Another little challenge that i had was about how can i design the hover eye to be over the main image, i learn that this was with a position relative and next a position absolute css style, it was funny :D

    If its something more that you can advice me, i´d be very grateful, thanks :3

  • Submitted


    Issues during the creation of this challenge

    • Create each button (the 5 circles of the rate) was so difficult especcially because i was changing sometimes the HTML elements, for example, at the beggining i create these with only div division, then, searching, i found that is easier to create input and label elements to just hide the input elements and work with the label elements, but at least i learn a little more about html forms :)

    • i didn´t find the way to put the 5 circles and the button at the same time thinking about how can i do to validate that the input element needs to be selected before pressing the button to show the next section, i appreciate if anyone can advice me about it, this will help me a lot

    • First of all, during the creation of the click function to change the color of the selected circle i was a little confused of how can i pick all of the 5 items without having a id or a class according to each of these (in the code i let some of my attempts to recreate that function seeing that all of that was true :3)

    • then, i don´t understand so much of how can i collect the information of the button (the number) that was pressed, after a few attemps, i found that the method: stringify() can help me with that and then, just transform my string into a char with just a chartAt method

    • Finally, i understand that i can just add or remove classes (like the click function) to hide or show the part that is interesting to me, in this case, the thanks section once i press the submit button, i also learn a little of how to create HTML elements with javascript to push them in the section that i needed

    Learnings during the developing of this challenge

    • I learn a lot more about some CSS elements, i hope that one day i will do it more mechanically :), it´s obvious that i need to learn a lot more, and maybe in this challenge the code it´s not the better optimized, but it´s an attemp, i need to learn more about specially in the responsive design, because i don´t understand a lot of how to do that, i will be very gratefull if someone can give me some advices according to this

    • I learn a little more about javascript DOM manipulation, it´s a long way to understand all the javascript that i want to learn, but one step a time, if you read this, if you can give me advices of my distribution of my javascript code to improve it, or explain me of how could i resolve the issues that i had, i´ll be very grateful :3

  • Submitted


    My major difficulty in this project was center all the items according to the template, for example, the div about the annual plan, because i didn´t found how to align the title and the price in the same column, until i just add another div :)

    All of that are learnings, and make easier the ways to develop a card with the css, all of this is practice!

    Every comment that you have to help me to improve is very welcome :3

  • Submitted


    The most difficult part of creating this project is to align each image with each text, like the titles, another difficult thing that happened (i spend some hours of that) is to build the accordion with each change of the image when it is clicked, in this code, i let the attempts with a little function that i tried, but then i discard it

    I enjoy (and also suffer) this but at least i learned a lot

    Any comment that will help me to improve is very welcome, thanks :3