Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 512 Bytes

CoinGecko API application

Coinflux is a website that provides information and data such as prices, trade volumes, market capitalization on cryptocurrencies. Application is based on CoinGecko API and formed and displayed on the website in real time.

Based on Typescript and React. Build on Vite

See project on -> Vercel

Installation

> git clone https://github.com/Stlux/coinflux.git
> cd coinflux
> npm install
> npm run dev