Skip to content

soumitdas/localnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalNote

screenshot of LocalNote

GitHub language count GitHub top language Website

Table of Contents

Features

  • Single page Application
  • Client side HTML5 History routing
  • Application state persisted in Browser localstorage

Demo

Click here for the Live Demo

Run Locally

Get the repo

Download the .zip file from Github or run the below command to clone the repo locally.

git clone https://github.com/soumitdas/localnote.git

Install dependencies

After cloning the repo, run the following commands to install the project dependencies:

npm install

Run

npm start
# The App will start at PORT 1234

License

LocalNote is MIT licensed.

Acknowledgements