Latest comments
- @Baradel-ClementSubmitted over 4 years ago
- @AhmedXGodaSubmitted over 4 years ago@DiarrahPosted over 4 years ago
My man, this project is awesome! I've had it bookmarked for a while and always come back to look at the functionalities.
I have a question: how is it that all the data still shows up when the PWA is downloaded to my laptop but there is no wi-fi? When I use the PWA with no connection everything is the same. Sometimes I have used PWAs and when they are grabbing info from and API & there is no connection the PWA will just give out a message that says: Sorry, please connect to internet.
Can you answer this for me if you can? Thanks!
1 - @chri55Submitted over 4 years ago@DiarrahPosted over 4 years ago
Good job! I thought I was fast doing this project but you were super fast lol.
The 2 things I noticed is that it's a bit verbose with the stories page - I did a simple JSON & it was pretty simple with the pictures like that. Also, when mobile nav is out + you redirect to a page the nav remains out. You can make it go in with a really simple useState.
Hope this helps :)
-Diarrah
2 - @ringmSubmitted over 4 years ago@DiarrahPosted over 4 years ago
Good job! When I did this project I tried to take the extra bonus of the map API but I used Google maps & just could not decipher the documentation. You did it amazingly!
1 - @aldhairescobarSubmitted over 4 years ago@DiarrahPosted over 4 years ago
Whenever I change to color of my SVG icons I usually just make a whole nother icon. What I do it just copy & paste the code, make another .svg file & copy that code over & then put the correct hex code in place where it says "fill" or "stroke".
If you want to change it in the CSS itself you have to copy over the whole SVG code over into the HTML itself.
I can explain more if needed but I hope this helps!
Marked as helpful1 - P@sudhanshusauravSubmitted over 4 years ago@DiarrahPosted over 4 years ago
You can add a transition by making the answer portion of the FAQ a max-height of 0 and then when you push the button you make it the full height. If you look at my solution to this you will see what I'm talking about. Hope that helps.
1