Skip to content

Jefid/blank-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blank-check

Purpose

Track withdrawals and deposits with or without a data/internet connection, and keep your accounts in check when travelling.

Table of Contents


Preview

Here is how the application appears and functions.

This application is also deployed on Heroku!

Installation

Local

If you wish to install this project to your local machine, follow these steps.

This project requires Node.js and other dependencies

Navigate to the directory you would like to use using the CLI and then clone this repository:

git clone git@github.com:wolfskillobyte/blank-check.git

Find the package.json file and make sure you have installed the necessary packages.

  "dependencies": {
    "compression": "^1.7.4",
    "express": "^4.17.2",
    "lite-server": "^2.6.1",
    "logger": "0.0.1",
    "mongoose": "^5.13.14",
    "morgan": "^1.10.0"
  },
  "devDependencies": {
    "webpack-pwa-manifest": "^4.3.0"
  }

Start the server from the command line:

npm start

Use your browser to visit localhost:3001 when the server is successfully online!


Chrome

Desktop V 97.0

To download via Google Chrome, find the download icon located to the right side of the address bar in your browser.

Safari

iOS V 15.1

If you have the most recent version of Safari, the address bar is now located at the bottom of the screen. First, hit the 'share' icon:

Then find the option to 'download to home screen':

Adding Budget Tracker to your homescreen will appear as an app icon, allowing for quick and convenient access.

Documentation

Feedback

Have something you'd like to add?
Feel free to contact me via email!

About

Track withdrawals and deposits with or without a data/internet connection, and keep your accounts in check when travelling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.4%
  • HTML 15.0%
  • CSS 6.6%