-
Note Taking App - Make your notes saved securely
One of the important features of Takedown is security. It ensures that no data is sent over the server & saves notes on the client-side.
This app uses the core features of HTML5 i.e Web Storage.
- Web Storage
- Store data locally within the browser.
- Web storage is secure, and large amounts of data can be stored locally, without affecting website performance.
- Stores data with no expiration date.
- The data will not be deleted when the browser is closed and will be available the next day, week, or year.
- Code
- Creating a text area. To allow the user to type text.
- Getting text from area text and storing it in web storage. Execute function after every 500ms, to store the data in web-storage Add listener events on text areas whenever the text change.
Takedown note taking app is an open-source app, Feel free to fork and contribute.