From 5c7820d079ab5e021d121d56ac1185482380be9a Mon Sep 17 00:00:00 2001 From: Brad Traversy Date: Mon, 6 Nov 2023 15:39:22 -0500 Subject: [PATCH] Local storage --- README.md | 16 ++++++++-------- public/screen.png | Bin 0 -> 49525 bytes src/App.vue | 26 +++++++++++++++++++------- 3 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 public/screen.png diff --git a/README.md b/README.md index e99150a..829770a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# vue-expense-tracker +# Vue Expense Tracker -This template should help get you started developing with Vue 3 in Vite. +An expense tracker app built with Vue 3 and the composition API. -## Recommended IDE Setup +- Add and remove expenses/income +- Track balance +- Save data to local storage +- [Vue Toastification](https://github.com/Maronato/vue-toastification) for notifications +- `