Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T12:09:20.000Z (about 3 years ago)
- Last Synced: 2024-11-10T08:14:00.633Z (2 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