/note-app

A notes application that supports editing and deleting notes. And also containing a check that prevents you from creating notes of more than 80% matches on the same date

Primary LanguageVue

note-app

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Starting the server to generate data

node index.js

The technologies that were used