https://github.com/benmalcom/simple-spending-app
A simple app that helps you track your income balance based on your total expenses.
https://github.com/benmalcom/simple-spending-app
Last synced: 12 months ago
JSON representation
A simple app that helps you track your income balance based on your total expenses.
- Host: GitHub
- URL: https://github.com/benmalcom/simple-spending-app
- Owner: benmalcom
- Created: 2018-06-19T21:02:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T21:02:55.000Z (about 8 years ago)
- Last Synced: 2025-03-30T14:33:22.557Z (about 1 year ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Spending App
##### A simple app that helps you track your income balance based on your total expenses.
### Installation
* Clone the project
* Install [node.js](https://nodejs.org), if it's not installed already
* Install the node dependencies `npm install`
* Run `npm start` to start the server