Design comparison
SolutionDesign
Solution retrospective
plz give your feedback, just your simple feedback can help me a lot 🙂🙂🙂🙂🙂
Community feedback
- @K0smicPosted almost 3 years ago
I saw your site quickly but I can already give you some quick advice:
- First of all the measures, especially for the designs must not be percentages, preferably rem.
- Your data.json is not found. Open the devtool with
F12
, go to thenetwork
and when you click on the various buttons you getdata.json 404 error
. If you go to this address "https://pranavvinayakjadhav.github.io/FrontedMentor_3/data.json" you will see that the json exists , but the fetch makes the request to "https://pranavvinayakjadhav.github.io/data.json", to fix this change the fetch address to "./data.json
".
Advice for the future, always put the "." to all links eg: "./data.json", "./css/style.css" etc
Marked as helpful0 - Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. You did a great job 🔨
I give some suggestions that I hope help you take your project to the next level 📈.
- When I click on weekly, daily, and months the times in cards should change 👍
Happy coding ☕
Maqsud
Marked as helpful0@PrAnAvViNaYaKjAdHaVPosted almost 3 years ago@maqsudtolipov On localhost, that event is working What should I do now
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