https://shinchancode.github.io/Notes-App/
A web-based notes app for developers
- Plain text notes - take notes in a simple environment that makes no assumptions
- Drag and drop - drag a note or multiple notes to categories or trash
- Search notes - easily search all notes, or notes within a category
- No database - notes are only stored in the browser's local storage and are available for download and export to you alone
- No tracking or analytics - 'nuff said
- GitHub integration - self-hosted option is available for auto-syncing to a GitHub repository (not available in the demo)
NoteApp is a note-taking app for the web. It is a static site without a database and does not sync your notes to the cloud. The notes are persisted temporarily in local storage. Created using bootstrap, javascript and HTML.