Quote Card 4 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

5th Apr 2018, 1:28 PM
Bernard Geurts van Kessel
Bernard Geurts van Kessel - avatar
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)
5th Apr 2018, 10:09 PM
Ariela
Ariela - avatar