Import and Export
3 min read
Introduction to Import and Export
The application now stores tasks locally. In this module, you will add a way to move that task data between browsers, devices, or backups using JSON files.
You will export the current task list to a file and import a JSON file back into the application.
By the end of the module, users will have a simple backup and restore workflow without needing a server.