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 comments

  • @JAsaxon

    Submitted

    I recently completed a calculator project using Svelte and I'm extremely proud of the final result. Although this was my first Svelte project, I found the experience to be amazing. While this project did test my skills, it was relatively straightforward and didn't involve endless hours of troubleshooting and problem-solving. Most issues that arose were solved quite quickly.

    One of the design elements that I'm particularly proud of is the theme switcher button. It not only has a smooth transition but also looks almost identical to the original design. While I didn't spend time making the sizes pixel-perfect, I prioritized the calculator's functionality and overall design.

    Overall, I think I did a great job on this project, despite the tedious task of copying and pasting the 30+ color variables from the style guide. It would have been helpful if they had included a pre-made list of SCSS variables.

    I'd love to hear any feedback on the design! :3

    @EmilBacklund

    Posted

    Design looks nice! I like the switch button that you made and the background transition while switching from one theme to another. I have never used Svelte myself, so good job with that ^^

    One thing that I noticed with the calculator is that it seems that you have forgotten to remove a console.log from when pressing the period ( . ) button. My teacher always nags me to remove my console.logs before deploying a project hehe.

    0