Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.2 KB

💰 cryptoTracker

A simple crypto currency tracker built with React, React-router, Material-UI and Axios.

Live-demo

Getting started

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.

Prerequisites

You will need to have Node.js installed on your system.

Installing

To install and run cryptoTracker, follow these steps:

  1. Clone the repository and install the dependencies:
git clone https://github.com/FelBenini/crypto_tracker.git
cd cryptoTracker
npm install
  1. Start the development server:
npm start

The application should now be running at http://localhost:3000.

Built with

  • 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

Authors