What are you most proud of, and what would you do differently next time?
Im proud that i was able to finish the challenge and was able to fill the data with the json file included. Also used css grid this time
What challenges did you encounter, and how did you overcome them?
Most of the things that i needed i had made them before, like the radio button nav for the timeframes was similar to the one in the tip calculator app so it was easier, also using the json was easier too because i already did it in the results summary challenge. It feels nice to see and feel that i am making a progress
What specific areas of your project would you like help with?
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.
Nice work, but in mobile view, the p and h1 elements of the confirmation window are not readable due to the background color of the container.
Keep up the good work! :)