Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.17 KB

Budget Tracker

TABLE OF CONTENTS

DESCRIPTION

A Progressive Web App that allows you to log your income and spending habits, so you can manage your budget effectively! This app works offline by using a service worker and cached data storage.

INSTALLATION

First, download the files from this repository, then open the terminal. Inside the folder, use 'npm init' to initialize npm package, then 'npm i' to install dependencies.

Your project is ready for use!

USAGE

This application is invoked by entering 'node server.js' into the terminal. Then navigating to the localhost server specified in the app (Port 3000).

Alternatively, you can just click this link, to be brought to the deployed Heroku app.

Deployed App

You can log the money you make vs the money you spend in this easy-to-use, offline friendly app!

CREDITS

This project was created by Christina Moss.

Email: christinalmoss@gmail.com

Github Repo