Design comparison
Solution retrospective
I am proud of this work and next time I hope match 100% the design
What challenges did you encounter, and how did you overcome them?I face challenged on implementing the counting down logic, I overcoming the issues by practice bellow math operations:
Eg:
172799(seconds) === 2 days
86400(seconds) ==== 1 day
172799s/86400s == 1 day
((172799s)%86400s)/3600s == 23hours
((172799s%86400s)%3600s)/60min == 59min
((172799s%86400s)%3600s)%60s == 59seconds the remains seconds...
What specific areas of your project would you like help with?
I would receive an help for match 100% the provided design
Community feedback
- @0xabdulkhaliqPosted 6 months ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have a suggestion regarding your code that I believe will be of great interest to you.
DESIGNING USING PIXEL PERFECT 🖼️:
- " I would receive an help for match 100% the provided design ", Yeah we can do that and it's possible though!
- You can use an extension called Pixel Perfect, It would help you to place the design images provided by FEM to place that on top your website where you can compare yours with design image.
- You can see the results of using Pixel Perfect for
my submission
as an example of how it helps us to design much better looking websites.
- If you have any questions or need further clarification feel free to reach out to me.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0@Graciano1997Posted 6 months ago@0xabdulkhalid, surely this is a helpful, I want thank you for your suggestion, I will implement it in the project
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