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/`. + +