Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jurerotar/bitstamp-tradeview-lite

Clone of Bitstamp's market page, written in React.js as a learner project. Fully responsive and interactive with animated trades, price charts and more.
https://github.com/jurerotar/bitstamp-tradeview-lite

bitstamp react reactjs recharts responsive tailwindcss trading

Last synced: about 5 hours ago
JSON representation

Clone of Bitstamp's market page, written in React.js as a learner project. Fully responsive and interactive with animated trades, price charts and more.

Awesome Lists containing this project

README

        

# Bitstamp Tradeview Lite

Clone of Bitstamp's market page, written in React.js as a learner project. Fully responsive and interactive.

## Table of contents
* [Built with](#Built-with)
* [Includes](#Includes)
* [Installation guide](#Installation-guide)

## Built with
* [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
* [React.js v17](https://reactjs.org) - Vue is a progressive framework for building user interfaces.

## Includes

* Interactive pair selection
* Simulated live trades

## Installation guide

```sh
# clone the project
git clone https://github.com/jurerotar/Bitstamp-Tradeview-Lite.git

# Project setup
npm install

# Starts a development server with hot reload
npm start

# Compiles and minifies for production
npm build

# Runs tests
npm test
```