A simple crypto tracking app and portfolio
Coin Watch was designed to be a simple crypto app that allows users to watch specific coins and track their portfolio total without the hassle of adding every transaction they've ever made on an exchange.
A quick introduction of the minimal setup you need to get a hello world up & running.
commands hereHere you should say what actually happens when you execute the code above.
- React 16.2.0
- React-Router 4.2.2
- Redux 3.7.2
- Firebase 4.8.1
What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/jessepackwood/CoinWatch
cd your-project/
npm installAnd state what happens step-by-step. If there is any virtual environment, local server or database feeder needed, explain here.
If your project needs some additional steps for the developer to build the project after some code changes, state them here. for example:
./configure
make
make installHere again you should state what actually happens when the code above gets executed.
give instructions on how to build and release a new version In case there's some step you have to take that publishes this project to a server, this is the right time to state it.
packagemanager deploy your-project -s server.com -u username -p passwordAnd again you'd need to tell what the previous code actually does.
1.0.0
Here you should write what are all of the configurations a user can enter when using the project.
Describe and show how to run the tests with code examples. Explain what these tests test and why.
Give an exampleExplain your code style and show how to check it.
coin.cap.io/front
This endpoint returns an array of objects structured with basic information for each coin. This project utilizes the coin cap24hrChange, long, short, and price.
{ "cap24hrChange": 4.28, "long": "Bitcoin", "mktcap": 238960087037.5, "perc": 4.28, "price": 14219.9, "shapeshift": true, "short": "BTC", "supply": 16804625, "usdVolume": 12937500000, "volume": 12937500000, "vwapData": 13652.589070129214, "vwapDataBTC": 13652.589070129214 }
Explaining what database (and version) has been used. Provide download links. Documents your database design and schemas, relations etc...
State what the license is and how to find the text version of the license.