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: 2 months 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.
- Host: GitHub
- URL: https://github.com/jurerotar/bitstamp-tradeview-lite
- Owner: jurerotar
- Created: 2021-10-07T20:06:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T13:37:12.000Z (over 4 years ago)
- Last Synced: 2025-01-17T22:12:02.991Z (over 1 year ago)
- Topics: bitstamp, react, reactjs, recharts, responsive, tailwindcss, trading
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```