This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan Gerber
committed
Mar 22, 2020
1 parent
72a904f
commit 53a898d
Showing
1,434 changed files
with
3,405 additions
and
43 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "testwallet-8b31e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# DEMO | ||
|
||
check the demo here: https://testwallet.web.app/ | ||
|
||
# Test Wallet | ||
|
||
A tool to add positive and negative Transactions to an account | ||
|
||
## Getting Started | ||
|
||
### 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"hosting": { | ||
"public": "www", | ||
"site": "testwallet", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
export const environment = { | ||
production: true | ||
production: true, | ||
firebase: { | ||
apiKey: 'AIzaSyAksr7cQOEjrxZUsnSDqLhmTGAhpQYwMtA', | ||
authDomain: 'testwallet-8b31e.firebaseapp.com', | ||
databaseURL: 'https://testwallet-8b31e.firebaseio.com', | ||
projectId: 'testwallet-8b31e', | ||
storageBucket: 'testwallet-8b31e.appspot.com', | ||
messagingSenderId: '793623729322', | ||
appId: '1:793623729322:web:13f05f786aed03088b6cd3', | ||
measurementId: 'G-4XG3N1G0P4' | ||
} | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.