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 am proud of the styles that matched closely with the wireframe. I would use less and more neater code for styling.

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

    Since using React for long time I had forgotten to manipulate the DOM with pure JavaScript and was stuck for a few minutes. I had to research the basics again on manipulating the DOM with vanilla JS and came with a solution. I then looked at others solution to see how they approached the problem and found more suitable, cleaner solutions. Gaining extensive tips and knowledge from others has helped me and reminded of vanilla JS DOM manipulation.

  • Submitted


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

    I am proud of understanding grid layout system more and I work on these projects. Next time I would use more shorter grid syntax.

  • Submitted


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

    I am proud of understanding grid layouts.

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

    A challenge that I encountered during this project was utilizing grid layouts. In order for me to overcome this challenge, I had to research and understand the basics of grid layout systems.

  • Submitted


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

    I am proud to complete this without too much trouble. Although it is slightly different than the design provided. I feel this is more visually appealing.

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

    The problem I encounter was the image element. In the beginning I used img element tag but then ran into responsive issue when in larger viewport. In order for me to overcome this, I used the image element tag in mobile viewport and background image on desktop viewport while hiding the image element tag.

  • Submitted


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

    I was of the CSS portion alongside the JavaScript functionality. Working with DOM manipulation has reminded me the fundamentals of vanilla JavaScript. If I were to redo this which I might do some refactoring later on, I would structure my code in a non hacky way.

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

    One challenge I came across was the fundamentals of JavaScript. Form validation was something I hadn't done in a long time. I overcame it by researching form validations and instead of copying and pasting, I broke the problems down into small components on what I wanted to achieve, in this case was the input validations.

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

    I realized at the end that the responsiveness was not what I had intended. The width of the container alongside the contents within are breaking at a smaller viewport. Another problem I encountered was the hacky way of manipulating the DOM with JS and CSS for the form validations.

  • Submitted


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

    Making it responsive and matching to its designed wireframe.

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

    One of the challenges I came across was the share button component, the bottom arrow pointing down at the button. I had to do some research on css property: transform translate to manipulate the content; along with pseudo element ::after.

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

    Writing in less redundant code that includes, HTML ,CSS and JS.