Latest solutions
Latest comments
- P@KoxoneP@SamuelKRuan1901
nice!
- @a-2280What are you most proud of, and what would you do differently next time?
Im happy I learned how to calculate password strength and create my own checkboxes.
What challenges did you encounter, and how did you overcome them?I had a problem with my checkboxes.
What specific areas of your project would you like help with?How did I do?
P@SamuelKRuan1901awesome!
- P@mirkozlatunicWhat are you most proud of, and what would you do differently next time?
This project was an excellent opportunity to apply and solidify my understanding of JavaScript fundamentals. Building this tip calculator helped me grasp essential concepts like:
- DOM manipulation and event handling
- Working with form inputs and real-time calculations
- State management in vanilla JavaScript
- Conditional logic and error handling
- Number formatting and precision
It took me quite a while to fully understand how JavaScript functions work together in a real-world application. The concept of event listeners and how they trigger state changes that affect the UI was particularly challenging at first. I had to put in significant effort to understand how to properly structure my code and ensure that all calculations update correctly when any input changes.
Through persistent practice and debugging, I eventually developed a solid understanding of how to create interactive web applications with JavaScript. This project taught me the importance of writing clean, maintainable code and handling edge cases properly.
What challenges did you encounter, and how did you overcome them?The challenge that I had was to refactor the functionality so that I would not repeat myself and always think about the big picture.
What specific areas of your project would you like help with?If there is a way to combine the functionality of JavaScript and make it even cleaner code.
P@SamuelKRuan1901it's awesome
- @wawawohWhat are you most proud of, and what would you do differently next time?
i followed the specifications and created a fully functional tracker using json and js, the design is also mostly accurate
What challenges did you encounter, and how did you overcome them?i should have hard written in my html instead of creating all elements with js this made it very difficult and long to apply styles as i had no visual look of how the elements were laid out,
What specific areas of your project would you like help with?any feedback is much appreciated
P@SamuelKRuan1901it's not bad
- @kirlosbastaP@SamuelKRuan1901
it's awesome!
- @saimasial-bitWhat are you most proud of, and what would you do differently next time?
I am most proud that I successfully completed this challenge using only HTML and CSS. It helped me improve my understanding of structuring a webpage and styling it to match the given design. Next time, I would focus on making my code more efficient by using CSS flexbox/grid more effectively and ensuring better responsiveness for different screen sizes.
What challenges did you encounter, and how did you overcome them?One of the challenges I faced was aligning the elements perfectly according to the design. Initially, some sections were not positioned correctly, but I resolved this by carefully adjusting margins, paddings, and using flexbox. Another challenge was ensuring that the text and images were responsive. I overcame this by using relative units like percentages and rem instead of fixed pixel values.
What specific areas of your project would you like help with?This project helped me strengthen my CSS skills, especially in layout techniques like grid and flexbox. I also learned the importance of attention to detail when recreating a design. Additionally, I realized how crucial it is to test the design on different screen sizes to ensure responsiveness.