otivisan22 / budget-trackers-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Trackers App

Table of Contents

Project Link

Click here to view the project on Heroku.

Getting started

$ git clone https://github.com/otivisan22/budget-trackers/app
$ cd budget-tracker
$ npm i

Description

Our task was to add functionality to our existing Budget Tracker application to allow for offline access and functionality. So and 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.

Don't forget to code for fun 🚀 !

What did we do?

  • npm init
  • npm i express
  • npm i mongoose
  • npm i morgan
  • npm i nodemon -D
  • npm i lite-server

Running the project

$ npm init

$ npm run start

Screenshots

screenshots1 screenshots2 screenshots3

About


Languages

Language:JavaScript 78.2%Language:HTML 16.8%Language:CSS 5.1%