Cookitor is a text editor which stores local data using cookies.
Save - Saves data localy
Load - Loads local memory
Clear - Clears both input fields
Delete - Deletes local memory
Export - Creates file that user can download
Import - Reads text file then displays it
*Download
*Extract
*Open index.html to use
I use FileSaver.js, which's not made by me, link to their repository https://github.com/eligrey/FileSaver.js
The rest is made by me