DEV Community

[Comment from a deleted post]
Collapse
 
tracygjg profile image
Tracy Gilmore

My advice would be to Keep It Simple. As suggested by Clément Gaudinière, you should investigate JavaScript so take a look at MDN developer.mozilla.org/en-US/
Also, don't use SQL in the first instance that requires server-side functions such as PHP, Node/Demo or serverless functions. First use the web storage API to preserve your selections client-side. Then checkout the IndexedDB API before sending the data server-side. I wish you luck on your learning journey. Have fun.