/vue3-notes-app

practice vue 3 with a notes app

Primary LanguageVue

notes-app

Project Overview

To learn more about Vue 3 by creating a note app project.

This is based from Udemy by Laith Harb.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Screenshots

Initial Cards created. Currently no logic. This is the basic HTML structure.

Testing the notes.

Modal for adding a Card.

Notes

  • Create the basic HTML structure
  • Functionality for the + button to display the modal
  • Two way binding with v-model
  • Understanding of state with adding a card