- Single page Application
- Client side HTML5 History routing
- Application state persisted in Browser localstorage
Click here for the Live Demo
Download the .zip file from Github or run the below command to clone the repo locally.
git clone https://github.com/soumitdas/localnote.git
After cloning the repo, run the following commands to install the project dependencies:
npm install
npm start
# The App will start at PORT 1234
LocalNote is MIT licensed.
- Home page card layout was taken from Fireship.io