Design comparison
Solution retrospective
Hi everyone,
This is my solution for this challenge.
Community feedback
- @MathisHumbertPosted almost 3 years ago
Hi @boymelvs!
Nice job with this project! Everything seems to work!
Your JavaScript is working but not perfect. Try to use the json file provided with this project. With this file you can get access to the data using fetch, follow this link if you want to learn more and go check for 2. GET JSON data. https://dmitripavlutin.com/fetch-with-json/
Once you have your data you can create a function to display the html!
0 - @MikevPeerenPosted almost 3 years ago
Hey @boymelvs
Good job, I like what you did with the daily weekly monthly selector.
Responsiveness is good but on 1024px I am missing a bit of margin or padding as the edges of the window are touched.
Your solution is also not centered this is because you are not using the full height of the screen. try added
min-height:100vh
to your container.Also try to add transitions to your hover states so they feel a bit more alive.
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