Clone of Bitstamp's market page, written in React.js as a learner project. Fully responsive and interactive.
- Tailwind CSS - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- React.js v17 - Vue is a progressive framework for building user interfaces.
- Interactive pair selection
- Simulated live trades
# 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