annthespy / money-talk

A simple single page budget / expense tracking application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

money-talk

A simple single page budget / expense tracking application

Features:

  • Add expenses
  • Create categories
  • Delete entries
  • Track total spendings across multiple accounts

Tech Stack

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html or http://localhost:3000 in your browser

Contributors

Anna Makagonova
Shelley Chen

About

A simple single page budget / expense tracking application.


Languages

Language:JavaScript 100.0%