
Design comparison
Solution retrospective
I am glad that I was able to finally finish the project. Next time I will use frameworks like React js.
What challenges did you encounter, and how did you overcome them?I faced alot of trouble to put comma in the string via sass finally had to use javascript to achieve the result.
What specific areas of your project would you like help with?Any Feedback is welcomed.
Community feedback
- @dylan-dot-cPosted 4 months ago
Hey this is a great solution you have great Js and css code but you need to focus more on the styling aspect of the website like responsive web design and others. I can see that you are a good programmer from the Js code you wrote but it's also important to work with HTML layouts and others.
For the commas in the result you don't really need to use that verbose code to get the commas.
What you can do is use
Intl.NumberFormat('en-GB', { style: 'currency', currency: 'GBP' }).format(number)
To help with that.
I would love if you could take a look at my solution and tell me what you think about it
Marked as helpful0@hkaur108Posted 3 months ago@dylan-dot-c
Thanks for your Feedback Dylan, I just viewed your solution to for this challenge, it is really good. I will also make some changes to my project and work on the layout skills.
I am grateful for your valuable feedback.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord