Raghwendra-Dey / productivity_meter

Productivity meter for measuring productivity of solving problems
https://raghwendra-dey.github.io/productivity_meter/
MIT License
13 stars 23 forks source link

Make the quotes bar showing alternating quotes, not only one #79

Closed Raghwendra-Dey closed 3 years ago

Raghwendra-Dey commented 3 years ago

Make the quote to be something which cycles through a set of maybe 3-4 quotes(make the number of quotes, variable and easy to add any quote anytime). With each quote appearing and getting removed using typerwriter effect, after staying for sometime in the screen. You can take help from this repo for implementing it. The effect I am proposing is exactly similar showing in this repo. Don't forget to shuffle the list of quotes, after every iteration throughout the list.

rsriramc commented 3 years ago

I would like to work on this Just a small confirmation: what does variable quotes mean? Is it from the developer side or they have to be taken from the clients i,e, the users of this app

Raghwendra-Dey commented 3 years ago

@ravisrc The developer's side one. By variable I just meant that don't try to hard code that the quotes list would cycle through 4 quotes of the quotes list. It should be like if tomorrow I want to extend the quotes list by one quote, I should not need to mess around with the code, and just add that quote to that quotesList array, and I should be good to go.