Skip to content

πŸ“ˆ Simple tool to easily visualize cryptocurrency prices

Notifications You must be signed in to change notification settings

viniciuslazzari/CryptoPriceGraphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CryptoPriceGraphing πŸ“ˆ

Simple tool to easily visualize cryptocurrency prices created with React, Typescript, NodeJS and Python.

Screenshots πŸ”

alt text

How to run πŸš€

Before start

Before start, you will need to install Git, Node.js and Python. Besides that, you will need to get and API key by Coinranking and create a .env file in both api and client folders with the varible API_KEY containg your key.

Clonning the project

# Clone this repository
$ git clone https://github.com/viniciuslazzari/CryptoPriceGraphing.git

# Access the project folder in terminal
$ cd CryptoPriceGraphing

Running Backend

# Go to the server folder
$ cd api

# Install the dependencies
$ npm install

# Run the application
$ npm start

# The server will start on the port: 8080

Running Frontend

# Go to the client folder
$ cd client

# Install the dependencies
$ npm install

# Run the application
$ npm start

# The server will start on the port: 3000

Features πŸ“‹

  • Microservice for Bitcoin prices
  • Price history API
  • Add API parameters
  • Create crypto select element
  • Plot crypto historic graph
  • Fix timestamp graph dates
  • Beautify graph
  • Set default values
  • Add top bar infos
  • Fix top bar infos rounding
  • Stylize UI

Technologies πŸ’»

Build with:

Author πŸ§™

About

πŸ“ˆ Simple tool to easily visualize cryptocurrency prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published