Jump to content

JS ToDo List that saves on server


Sonalk

Recommended Posts

Hello, I'm trying to make a to-do list that saves the entries on the server/in the cloud so the same added items can be viewed on different devices. I researched a bit on LocalStorage but I realized it's just local, obviously. 

So how do I make it so my site stores the added items on the server? 

Edited by Sonalk
Bug fixes
Link to comment
Share on other sites

I don't know, I don't know what you did.  It's pretty basic as far as programming goes, though.  You can use ajax to send requests to the server with the data you want to save, and use ajax to read the data from the server and do whatever you want with it.  On the server you either just get the data and save it, or read it and output it.  Relative to programming, it's about as basic as it gets.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...