Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jurerotar/bitstamp-tradeview-lite
- Owner: jurerotar
- Created: 2021-10-07T20:06:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T13:37:12.000Z (about 3 years ago)
- Last Synced: 2023-08-16T22:04:25.580Z (over 1 year ago)
- Topics: bitstamp, react, reactjs, recharts, responsive, tailwindcss, trading
- Language: JavaScript
- Homepage: https://bitstamp-tradeview-lite.netlify.app/
- Size: 1.16 MB
- Stars: 1
- 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
```