To learn more about Vue 3 by creating a note app project.
This is based from Udemy by Laith Harb.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Initial Cards created. Currently no logic. This is the basic HTML structure.
Testing the notes.
Modal for adding a Card.
- 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