Skip to content
/ Simpl Public

Minimalist notes app powered by Vue

License

Notifications You must be signed in to change notification settings

mxbv/Simpl

Repository files navigation

Simpl

img img2

You can see it live

About

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.

Features

  • 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.

Technologies Used

  • 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.

Let's do it together

The code is open source, and I will be glad if you add something new and useful to it. Thank you!