Skip to content

A simple offline note-taking app that stores your notes in your browser using indexedDB

Notifications You must be signed in to change notification settings

craftzniac/snote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snote (incomplete but functional)

s(imple)note is a simple note-taking app that uses indexedDB to store all data locally on the browser without the need for a remote server or API.

How to run.

  • clone the repo
  • cd into snote
  • open in vscode and run the vscode liveserver extension
  • open your browser to http://127.0.0.1:5500/index.html to view the app

Todo

This is still a work in progress. I intend to implement

  • searching notes by date, title or description
  • fetch notes by date by default

About

A simple offline note-taking app that stores your notes in your browser using indexedDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published