An open API service indexing awesome lists of open source software.

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

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