winning Godspower
@winninggodspowerAll comments
- @Maru10HSubmitted about 2 years ago@winninggodspowerPosted about 2 years ago
The link is not showing up. I checked out your repo and it seems that your project is in a subfolder therefore the GitHub page URL should be indexed by the folder as: /advice-generator-app-main/
just update the challenge URL to this link https://maru10h.github.io/Desafios-Frontend-Mentor/advice-generator-app-main/
Marked as helpful0 - @4YOUBSubmitted about 2 years ago@winninggodspowerPosted about 2 years ago
NICE!!, BUT I DON'T SEE THE LOCATION ICON IN MINE.
Marked as helpful1 - @theritikshahSubmitted over 2 years ago
#Chart.Js
Took me around 5-6 hours including time to learn Chart.Js
@winninggodspowerPosted over 2 years agoYeah. I also used chart.js l.. but how did you get rid of the graph behind the chart??
0 - @mylenavitorianoSubmitted over 2 years ago@winninggodspowerPosted over 2 years ago
Nice. Love your creativity. But the search seems not to work very well. It doesn't give me feedback sometimes
0 - @MO-KA19Submitted over 2 years ago
I just added two extra features to this task, translate to ar (my native language) and copy to clipboard, try it and tell me if you found any bugs, also I will be glade to know how it is on your mobile screen and if you have any feedback about it :) Note: I didn't want to add multiple languages select cuz it will distract the project so I put ar
@winninggodspowerPosted over 2 years agoNice app. But it's not responsive on mobile. And by the way, is it the API that contains the language translation functionality??
0 - @DrMESAZIMSubmitted over 2 years ago
It was great fun doing this work. all feedback is welcome
@winninggodspowerPosted over 2 years agoNice design. one of the best i have seen. but you forgot to put the horizontal line in the design.
1 - @itsyabaSubmitted over 2 years ago@winninggodspowerPosted over 2 years ago
Site isn't responsive. you should work on that. and the distance between the heading and the body was too large. great job by the way!!
0 - @xsaulSubmitted over 2 years ago
I have a problem when I click on any of the buttons it duplicates the cards and I couldn't fix it. Any feedback would be amazing 😅
@winninggodspowerPosted over 2 years agoI con see you are printing the whole cards again to the frontend instead of just changing the previous value. if you want to go ahead with this approach. then your should clear the previous cards first using
let cards = document.getElementsByClassName('card')
cards.forEach(element => {element.remove})
1