![img](https://private-user-images.githubusercontent.com/186575394/411716513-71968b56-8b58-4a2d-8704-d8e1ccc28d0a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk2MjIsIm5iZiI6MTczOTQ1OTMyMiwicGF0aCI6Ii8xODY1NzUzOTQvNDExNzE2NTEzLTcxOTY4YjU2LThiNTgtNGEyZC04NzA0LWQ4ZTFjY2MyOGQwYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNTA4NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05YmE2YzQ2YjUwMTJiZWUzZTFmODI0ZGE4NTM2YjJkOGNjMmQwNTI5MWYyMTZkMjViZGFlMWU1YjJiODEwYjUyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0w9W2EKUADQjZ8D6AICubqB-vViO5DfB7FobQynoRd8)
![img2](https://private-user-images.githubusercontent.com/186575394/411717202-b8732640-1c81-466d-9ed9-03b5551669f8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk2MjIsIm5iZiI6MTczOTQ1OTMyMiwicGF0aCI6Ii8xODY1NzUzOTQvNDExNzE3MjAyLWI4NzMyNjQwLTFjODEtNDY2ZC05ZWQ5LTAzYjU1NTE2NjlmOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNTA4NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ZGEyZjUwZmYxZTNjNGRmNjgwMTU3NTAwYWYxNDY5Mjc5YWRlMGI0YmRlNGU1ODkxMTE5ZDVmM2EyMDJkOTU3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.a-Wro_LF1GDoj0FZQ_fSKLgsuhbWj2bw0rBPqUz3EK4)
Simpl is a lightweight and efficient note-taking application built with Vue.js. It leverages Vue Router for navigation and IndexedDB for persistent data storage, ensuring a seamless and reliable user experience.
-
Create, Edit, and Delete Notes: Easily manage your notes with a simple and intuitive interface.
-
Automatic Saving: All changes are saved instantly without the need for manual actions.
-
Persistent Storage: Uses IndexedDB to store notes locally, making them available even after closing the browser.
-
Export to TXT: Users can export all their notes into a single TXT file for backup or external use.
-
Vue.js: Frontend framework for a responsive and interactive UI.
-
Vue Router: Enables smooth navigation between different views.
-
IndexedDB: Provides local storage for offline access and data persistence.
Simpl is designed to be fast, minimalistic, and user-friendly, making it an excellent choice for those who need a reliable note-taking solution without unnecessary complexity.
The code is open source, and I will be glad if you add something new and useful to it. Thank you!