florinpop17 / app-ideas

A Collection of application ideas which can be used to improve your coding skills.
https://iCodeThis.com/?ref=app-ideas
MIT License
80.83k stars 9.59k forks source link

Random Quote Generator #864

Open SimranLahrani842 opened 1 month ago

SimranLahrani842 commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Random quotes can't be thought of all of a sudden.

Describe the solution you'd like A clear and concise description of what you want to happen. Will refresh and use an api to call random quote generator which will update the quote on refresh.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Quotes can be motivational too.

Additional context Add any other context or screenshots about the feature request here.

Sakshy18 commented 1 month ago

can u assign this to me? I have worked for a random quote generator on my website using a map for mapping quotes with index and then using 'rand' to randomly pick a quote from the map