This is a simple quote Generator which generates a new Quote using the api: "https://api.quotable.io/random".
In addition to that, it stores the past 20 (the number is variable) quotes to allow the user to go back using a previous button and forward using the forward button.
On the bottom right it shows the number of the current quote and the number of saved quotes.
The project is hosted with GitHub Pages under the following URL: https://felixfras.github.io/Quote-Generator/
The quote generator can be used to cure boredom or to get inspired.
The website it pretty self-explanatory. There is a button to generate a new quote and two button to go backward to the previous (max 20) quotes and forward again.