CatNetOrg / MeowNet

0 stars 0 forks source link

Save user's data to Local Storage #9

Open VitalyaIlin opened 2 years ago

VitalyaIlin commented 2 years ago

Watch Lesson

When client populated data in the sign up form and clicks button, the client data (name, birthday etc) should be saved to the Local Storage.

Notes: client data should be an Object and you have to use JSON.stringify(obj) to convert object to string in JSON format