From f21f2b86c7fec8a7e8c44fcac1cfa91564825f32 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 8 Aug 2016 16:05:12 +1000 Subject: [PATCH] Update README.md --- web/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/README.md b/web/README.md index e6fe8923..42fd2649 100644 --- a/web/README.md +++ b/web/README.md @@ -1,3 +1,18 @@ +## GoCryptoTrader website +A website interface to interact with the main gocryptotrader application + +## Current Features ++ Basic web views ++ Interaction between gocryptotrader and gocryptotraderweb + +## Planned Features ++ Dashboard with details such as purchase history, current exchange holdings and tickers ++ Settings configuration within website - no need to edit .json files ++ Perform transactions ++ Themes + +It's early days for the front-end website. So this readme will be updated periodically to reflect any changes + ### Prerequisites You can get git from [http://git-scm.com/](http://git-scm.com/). @@ -20,3 +35,5 @@ npm start Now browse to the app at `http://localhost/`. + +