Skip to content

imsamuel/note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Add a note, then reload your web page; the note's still there!

Motivation

To try out a relatively new tool for client-side storage: IndexedDB

An IndexedDB wrapper, Dexie.js was used in the construction of the app.

Check the package out here: https://github.com/dfahlander/Dexie.js/

Features

  • Unlimited notes may be added.
  • Notes may be deleted.
  • Application is tied to the user's device, so signing-in is not required.

Usage

  1. Download this app into your own PC using git clone or by manually downloading the zip folder.
  2. Navigate to the root directory and run yarn install to download the app's dependencies.
  3. Run yarn start to run the app in development, open http://localhost:3000/ to view it in the browser.

Hosted on Github Pages

https://imsamuel.github.io/note-taker

About

๐Ÿ“ a simple note-taking application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published