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 really learnt to use vue more in this project. The manipulations of the DOM elements would have been much more harder if not for using Vue. And i had a hard time coming up with the logic fo the theme and how to render them to users if they already had a certain theme present in their browser. i am really proud of how ive integrated the prefers-colors-scheme in my code. The login for the calculations was looking very much confusing at first, but i found a way. i also did my best to handle the different errors that may come from user inputs

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

    i had different ideas on how to change the themes but it didnt seem to click and work well with the prefers-colors -scheme. but using the data-theme on the html tag made it easy to control the css and make it easy to use localStorage to make a users choice of theme be remembered

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

    i would like your response on what i coulf do different as well as point out errors i didn;t notice in the challenge. Thanks

  • Submitted


    This challenge was a real struggle to complete cause of the javascript logic i needed to complete this. But i got introduced to a lot of things in the completion of this which includes the Handlebars library. Would love to hear improvements i could make to the script. Thanks!!

  • Submitted


    i tried do the site as best i could, but i still couldn't get the navigation bar to look the way it looked in the design. i couldn't add the contents danamically using the JSON file, so you can also tell me how to go about that. And please review my JavaScript and tell me where i can improve

  • Submitted


    i used jquery to add the values. And also made the values control the heights of the bars. please tell me where i can improve