AlexGalhardo / criptobot.alexgalhardo.com

A simple project based on a tutorial using Binance WebSockets and ReactJS to render realtime Bitcoin and Ethereum prices.

Home Page:https://criptobot-gray.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • A simple project based on a tutorial using Binance WebSockets and ReactJS to render realtime Bitcoin and Ethereum prices.

References

Development Setup Local

  • Clone project
git clone https://github.com/AlexGalhardo/criptobot.alexgalhardo.com
  • Enter folder
cd criptobot.alexgalhardo.com/
  • Install dependencies
npm i
  • Start local server
npm run dev

Build for deploy

  • Create build
npm run build
  • Preview production build locally
npm run preview

LICENSE

MIT

Copyright (c) September 2021-present, Alex Galhardo

About

A simple project based on a tutorial using Binance WebSockets and ReactJS to render realtime Bitcoin and Ethereum prices.

https://criptobot-gray.vercel.app


Languages

Language:JavaScript 82.2%Language:CSS 11.4%Language:HTML 6.4%