https://github.com/ciromirkin/expensetracker-js
Expense tracker with Javascript
https://github.com/ciromirkin/expensetracker-js
javascript javascript-project localstorage
Last synced: about 1 year ago
JSON representation
Expense tracker with Javascript
- Host: GitHub
- URL: https://github.com/ciromirkin/expensetracker-js
- Owner: CiroMirkin
- Created: 2022-06-19T20:52:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T20:53:15.000Z (about 4 years ago)
- Last Synced: 2025-03-11T10:32:57.782Z (over 1 year ago)
- Topics: javascript, javascript-project, localstorage
- Language: JavaScript
- Homepage: https://CiroMirkin.github.io/expenseTracker-JS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Expense Tracker
Keep track of income and expenses. Add and remove items and save to local storage
## Project Specifications
- 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