A simple note-taking application that uses browser local storage for persistence.
Clone the project
git clone https://github.com/alarso16/quicknote-app
Go to the project directory
cd quicknote-app
Install dependencies
npm install
Start the server
npm run start