Skip to content

aldomonteiro/bitcointrade-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a clone of the BitcoinTrade Market web app.

Here is the original web app.

Features

  • Bootstrapped with create-react-app
  • State with Redux Saga
  • Material Design using Material-UI
  • Real data from the BitcoinTrade API.

How to run it locally?

Clone the repository:

git clone https://github.com/aldomonteiro/bitcointrade-clone

Get an api key from BitcoinTrade

Create a .env file with the created key:

REACT_APP_API_KEY=<your api key>

Install all the dependencies

npm install

Start the development server:

npm run start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

A clone of the BitcoinTrade market screen using React 16+, Hooks, ReduxSaga and Material-UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published