A simple crypto currency tracker built with React, React-router, Material-UI and Axios.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need to have Node.js installed on your system.
To install and run cryptoTracker, follow these steps:
- Clone the repository and install the dependencies:
git clone https://github.com/FelBenini/crypto_tracker.git
cd cryptoTracker
npm install
- Start the development server:
npm start
The application should now be running at http://localhost:3000.
- React - A JavaScript library for building user interfaces
- Material-UI - A React UI framework
- React Router - A routing library for React
- Axios - A library for making HTTP requests
- React-chart-js - A library for displaying data as charts
- Coingecko's API - A REST API that displays crypto information
- Felipe Benini - GitHub