Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

byrdsandbytes/testWallet

Folders and files

NameName
Last commit message
Last commit date
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Jul 8, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020

Repository files navigation

DEMO

check the demo here: https://testwallet.web.app/

Test Wallet

A tool to add positive and negative Transactions to an account

Getting Started

Prequistes

You need angular to run this project

npm install -g @angular/cli

Installing

Install:

npm i 

Serve:

ng serve

build:

ng build

build prod:

ng build --prod

Notes

As I'm rather Johnny then the one that writtes a library for Johnny, I focused on using the created service in the front end. The Concept is a CRUD Application based on firestore. I didn't think it's neccesary to split it in two services. I thought it makes more sense if the transaction know to which user/account they belong instead of having an additional account object.