View and search latest cryptocurrenies data
These instructions will get you a copy of the project up and running on your local machine for development.
In order to get this project running locally, you'll need to have the following installed on your computer:
node v8.11 or above
npm v5.6 or above
A step by step series of examples that tell you have to get a development env running
- Install the dependencies using npm
npm install
- Update
API_KEY
variables insideconfig.js
file:
Get API_KEY
from Nomics
- Start the app
npm start
- Navigate to localhost:3000.
When you're ready to create a new version to deploy, run:
npm build
- React - The JavaScript framework used
- Shovan Chatterjee - @shovanch
This project is licensed under the MIT License - see the LICENSE.md file for details.