i want to save data in the local storage

i am creating a file where there is a form.. when a user enters his info in the form and click to submit the data should be display in the user list in the form of cards… im using post method to send the data… but my data is not displaying in the user list…. neither the previous cards in the user list are editing and deleting… i have used post, get, put and delete methods for these functionalities… but these are not working…. there is not any error in the file but functions are not performing that way i want…

i tried many times to save the users in the user list’s local storage and edit and delete the user cards.. but i am unable to do so…