A single-page application that consumes data from the public CoinMarketCap API (https://coinmarketcap.com/api) that contains updated information about cryptocurrency. Currencies displayed can be filtered by name. It also shows more detailed information about each cryptocurrency. Built with React and Material UI.
- React
- Material UI
To obtain a local copy of the project follow this steps:
- Open your console.
- Type the following
[email protected]:Lucas-PCN/crypto_application.git
if you are using a SSH key. - Press ENTER to create your local clone.
- Install dependencies with
npm install
. - Start the SPA by typing
npm start
.
To access the deploy link (live demo):
- The first time you access the deploy link you have to activate the online server ("https://cors-anywhere.herokuapp.com/").
👤 Lucas Castanheira
- GitHub: @Lucas-PCN
- LinkedIn: Lucas Castanheira
Give a ⭐️ if you like this project!