Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

baitkul/vue-notes-app

Repository files navigation

Vue notes app

Deploy to GitHub Pages

Vue notes app preview

Demo link

Built using

Behavior

  • Notes app saves your notes in local storage on window 'beforeunload' event

Project setup

npm install

# Compiles and hot-reloads for development
npm run dev

# Compiles and minifies for production
npm run build

# Run your unit tests
npm run test:unit

# Lints and fixes files
npm run lint

TO-DO

  • Add tests
  • Add reminders
  • Add notes sharing
  • Add responsive version and make it pwa
  • Add notifications for reminders