baitkul / vue-notes-app

Notes app created using Vue and Tailwindcss

Home Page:https://baitkul.github.io/vue-notes-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Notes app created using Vue and Tailwindcss

https://baitkul.github.io/vue-notes-app/

License:MIT License


Languages

Language:Vue 57.5%Language:JavaScript 34.9%Language:HTML 3.3%Language:CSS 2.5%Language:Shell 1.9%