Notes App

This is simple notes recording application.

Demo

https://pkb-notes-app.surge.sh/

image

Run Locally

Clone the project

  git clone https://github.com/praveen5959/notes-app

Go to the project directory

  cd notes-app

Install dependencies

  npm install

Start the server

  npm run start

App will be accessible at http://localhost:3000/

Made By