javiistacks / budgetTracker

https://myledger2021.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit 18 PWA Homework: Online/Offline Budget Trackers

Generic badge GitHub language count GitHub top language

budgetTracker

Table of Contents

Introduction

Budget Tracker is a progressive web application that allows the user to track their finances, with or without internet connection.

Demo

Screencast Demo

PWA (Pogressive Web Application) and OFFLINE

Youtube

Watch a demo of the application on Youtube. BudgetTracker Video.

Samples

Screenshot Screenshot
Screenshot Screenshot

Installations

Type the following npm install commands:

1. npm i

on the command line while in the budgetTracker folder. This will download all dependencies.

CLICK HERE TO SEE ALL NPM PACKAGES
  • mongoose

    • Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Mongoose supports both promises and callbacks.
  • express

    • Allows to dynamically render HTML Pages based on passing arguments to templates.
  • morgan

    • HTTP request logger middleware for node.js.
  • lite-server

    • Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found.
  • compression

    • Node.js compression middleware.

Usage

👨🏽‍💻Open in Integrated Terminal

To Run application locally while in the budgetTracker folder type

nodemon server.js 

Created by

Repository

Github Repository

Repository at budgetTracker

Deployment

Deployment was made possible with Heroku. Check out my budget Tracker at the link below.

License

Copyright (c) Javiann Marrero. All rights reserved.
Please be kind and change content if you wish to use this code.

Licensed under the MIT License

Copyright (c) 2021 - present | Javiann Marrero

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

https://myledger2021.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 77.0%Language:HTML 17.6%Language:CSS 5.3%