narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
76 stars 185 forks source link

Improve UI of 404 page #1221

Closed Palakkgoyal closed 1 year ago

Palakkgoyal commented 1 year ago

This PR closes #877 I have improved the UI of 404(Not Found) page. Added a random image generator which will generate random images of dogs and cats on every visit. Currently, it contain just 4 images. I have also added a poem for UX(I don't know if it make sense much😅). Change the button background as well. Screenshot 2023-08-09 005329

narayan954 commented 1 year ago

This PR closes #877 I have improved the UI of 404(Not Found) page. Added a random image generator which will generate random images of dogs and cats on every visit. Currently, it contain just 4 images. I have also added a poem for UX(I don't know if it make sense muchsweat_smile). Change the button background as well. Screenshot 2023-08-09 005329

A+ for creativity! :) , reviewing.

Edit: using CDN images should've been a good alternative, as It lowers loadtime right? or an api like this?

Palakkgoyal commented 1 year ago

This PR closes #877 I have improved the UI of 404(Not Found) page. Added a random image generator which will generate random images of dogs and cats on every visit. Currently, it contain just 4 images. I have also added a poem for UX(I don't know if it make sense muchsweat_smile). Change the button background as well. Screenshot 2023-08-09 005329

A+ for creativity! :) , reviewing.

Edit: using CDN images should've been a good alternative, as It lowers loadtime right? or an api like this?

Thanks a lot. I was in hurry so I used static images. But, we can also use CDN I guess.

narayan954 commented 1 year ago

This PR closes #877 I have improved the UI of 404(Not Found) page. Added a random image generator which will generate random images of dogs and cats on every visit. Currently, it contain just 4 images. I have also added a poem for UX(I don't know if it make sense muchsweat_smile). Change the button background as well. Screenshot 2023-08-09 005329

A+ for creativity! :) , reviewing. Edit: using CDN images should've been a good alternative, as It lowers loadtime right? or an api like this?

Thanks a lot. I was in hurry so I used static images. But, we can also use CDN I guess.

It's alright, no need to hurry.