https://cryptic-earth-46353.herokuapp.com/
https://github.com/Muzan67/Personal-Finances
Giving users a fast and easy way to track their money is important, but allowing them to access that information at any time is even more important. Having offline functionality is paramount to handles users’ financial information.
- Personal Finances - Heroku Deployment
- Personal Finances - Github Repository
- Description
- User Story
- Acceptance Criteria
- License
- Technologies Used
- Installation
- Usage
- Screenshots
AS AN avid traveller
I WANT to be able to track my withdrawals and deposits with or without a data/internet connection
SO THAT my account balance is accurate when I am traveling
GIVEN a Budget Tracker without an internet connection
WHEN the user inputs an expense or deposit
THEN they will receive a notification that they have added an expense or deposit
WHEN the user reestablishes an internet connection
THEN the deposits or expenses added while they were offline are added to their transaction history and their totals are updated
- Javascript
- Bootstrap
- Node
- HTML5
- CSS
- Express
- Morgan
- Mongoose
- Compression
- Manifest
To install this application, clone the code into your terminal for the respective repository.
Run the following commands in the command-line in the root of the folder:
- npm install
- npm start
- Run the browser: http://localhost:3001/
- In the "Name of transaction" field, enter the name of the transaction.
- In the "Transaction amount" field, enter the amount of the transaction.
- Click either "Add Funds" or "Subtract Funds" based on wether you would like to add or subtract those funds from your budget.
- You are more than welcome to continue making transactions to see and manage your expenses.