https://github.com/vinyl-davyl/e--expense
Expense tracking app that keeps track of income and expenses. Adds and remove items and save to local storage
https://github.com/vinyl-davyl/e--expense
Last synced: 4 months ago
JSON representation
Expense tracking app that keeps track of income and expenses. Adds and remove items and save to local storage
- Host: GitHub
- URL: https://github.com/vinyl-davyl/e--expense
- Owner: Vinyl-Davyl
- Created: 2022-01-13T21:29:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T12:09:20.000Z (over 3 years ago)
- Last Synced: 2025-01-06T23:47:34.147Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Expense Tracker
MAIN PURPOSE:
Keep track of income and expenses. Add and remove items and save to local storage## Project Specifications
@VinylDavyl
- Create UI for project
- Display transaction items in DOM
- Show balance, expense and income totals
- Add new transation and reflect in total
- Delete items from DOM
- Persist to local storage