DEV Community

Cover image for I made a Random Quote Generator.

I made a Random Quote Generator.

Mince on March 29, 2024

I recently made a random quote generator which was pretty good. More importantly it had a lighthouse performance of 99. I am going to teach how you...
Collapse
 
yogeshktm profile image
yogeshwaran • Edited

Looks good :)

I have developed the same in react last year during my practice. checkout if you find time React Quote app

Also add the language you used in code block for better highlighting like the one below

let string = 'example';
Enter fullscreen mode Exit fullscreen mode
Collapse
 
mince profile image
Mince • Edited

Nice, could have made the css simpler and better. Remove the sites white spacing

Collapse
 
algorodev profile image
Alex Gonzalez

If the quote is too long, on mobile it looks bad. Cutted by top, the init of the phrase is not visible, and scroll I think is not needed.

Tip: Add a button to refresh quote instead of refreshing the page.

Collapse
 
mince profile image
Mince

Oh sure! I will update it. Thanks for the tip

Collapse
 
mince profile image
Mince

Citeal is the website i created

Collapse
 
dino2328 profile image
developer

Very well done !!I will visit citeal

Collapse
 
mince profile image
Mince

Thanks a lot ❤

Collapse
 
mince profile image
Mince

Guys I will be upgrading citeal ( Citeal 2.0 ) It is going to be awesome 👏

Collapse
 
prakirth profile image
Prakirth Govardhanam

Amazing simple design! I too have to brace myself up for my first website deployment. Thanks for the inspiration 😊

Collapse
 
mince profile image
Mince

Be confident 😉

Collapse
 
ranjancse profile image
Ranjan Dailata

Please follow the OWASP Security best practices

Collapse
 
mince profile image
Mince

Thanks, that was informative