This is a React app consuming the Coin Gecko. Displaying the metrics and statistics of top cryptocurrencies. The user is able to filter the data displayed on the chart based on the number of days e.g. 24hrs, 7days, 30 days ... Upon clicking on a coin in the list of coins you can view in depth data about the specific coin in the details page. You can also search for a coin in the search bar.
To get a local copy up and running follow these simple example steps.
- Copy this link
https://github.com/kelvinbush/block-cypher.git
. - Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write
git clone https://github.com/kelvinbush/block-cypher.git
. - Go to the repository folder in your command prompt
cd block-cypher
. - Run
npm install
to install the React and linter dependencies. - Run
npm build
to build the application with react . - Run
npm run start
to start the development server. - Run
npm run test
to run the tests.
👤 Kelvin Bush
- GitHub: @kelvinbush
- Twitter: @kelvin_bush_
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.