Skip to content

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

Notifications You must be signed in to change notification settings

kyemets/note-app

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published