+ 1
Quote Card 4
i just finished my Quote card V3.0 : https://code.sololearn.com/WZGPM3w5R1YR For the next version i want to save the quote's that are made and show them in a slideshow. does somebody have an idea how to do this.
1 Answer
+ 1
To store the quotes:
You could use localStorage in JavaScript. Or you could php and save it in a sql database or a text file
Iâm not sure if it will work on the SoloLearn playground.
For the slideshow:
Put each slide in a separate div (just create the div for each quote using document.createElement() in JavaScript or echoing it for php)