Skip to content

Implement helper functions for localStorage #22

@hattifnatt4r

Description

@hattifnatt4r

Implement functions to save and retrieve values from localStorage:

  • getFromStorage(key: string)
  • saveToStorage(key: string, value: string)
  • getFromStorageJSON(key: string)
  • saveToStorageJSON(key: string, value: object)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions