Front-end app to track cryptocurrencies prices fetched from Blocktap API. This project was developed using the stack Typescript + React.js + Apollo + Styled Components.
Click here to view the demo deployed on Netlify.
In order to run the front-end in development environment, you must have at least the following tools installed: Git, Node.js and Yarn.
# Clone repository
$ git clone [email protected]:viniciusmeneses/crypto-prices.git
# Go to project directory
$ cd crypto-prices
# Make a copy of envs configuration file
$ cp .env.sample .env
# Install dependencies
$ yarn install
# Serve the app
$ yarn start
The app will be served on port 3000 by default and it can be accessed by URL http://localhost:3000.