Simple tool to easily visualize cryptocurrency prices created with React, Typescript, NodeJS and Python.
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.
# Clone this repository
$ git clone https://github.com/viniciuslazzari/CryptoPriceGraphing.git
# Access the project folder in terminal
$ cd CryptoPriceGraphing
# 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
# 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
- 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
Build with: