@PrAnAvViNaYaKjAdHaVSubmitted almost 3 years ago
plz give your feedback, just your simple feedback can help me a lot 🙂🙂🙂🙂🙂
plz give your feedback, just your simple feedback can help me a lot 🙂🙂🙂🙂🙂
I saw your site quickly but I can already give you some quick advice:
F12
, go to the network
and when you click on the various buttons you get data.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