diff --git a/README.md b/README.md index 7bf8b23..78d6126 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # FakeMoney -A PayPal-like payment processor for virtual money, intended to be used for simulation games. +**A PayPal-like payment processor for virtual money, intended to be used for simulation games.** +Send and receive money from your account and businesses you own using simple URLs and QR codes. +Login view  +Send view  +Receive view  + +## Deployment +Is simplified using Docker and by making a few assumptions, e.g. that API and frontend are available under the same domain. ## Development ### Frontend diff --git a/client/docs/img/screenshot-login.png b/client/docs/img/screenshot-login.png new file mode 100644 index 0000000..570fbb1 Binary files /dev/null and b/client/docs/img/screenshot-login.png differ diff --git a/client/docs/img/screenshot-receive.png b/client/docs/img/screenshot-receive.png new file mode 100644 index 0000000..e59ff81 Binary files /dev/null and b/client/docs/img/screenshot-receive.png differ diff --git a/client/docs/img/screenshot-send.png b/client/docs/img/screenshot-send.png new file mode 100644 index 0000000..601e907 Binary files /dev/null and b/client/docs/img/screenshot-send.png differ