shegy28 / crypto-metrics-Webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Crypto Metrics WebApp

Crypto Metrics WebApp is a web application and a platform that utilizes the Coincap API to fetch data on different cryptocurrencies and displays the information for each coin in a comprehensive manner.

πŸ›  Built With

  • Technologies/Tools used: | create-react-app tool | Webpack(Code Bundlng et al) | Babel (code transpiling) | Jest(for testing) | Git(version control) | ESLint(JavaScript linting) | Stylelint(style linting)

Tech Stack

REACT

Key Features

  • Shows list of all available coins listed
  • Shows current price and percentage change in 24hr for each coin in its homepage
  • Show more details of each coin when clicked

(back to top)

πŸš€ Live Demo

Live Version Link

(back to top)

πŸš€ Video Description

Video Description Link

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

 -Visual Studio code

 -Web Browser

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:shegy28/crypto-metrics-Webapp.git

Install

To run on local machine, open your terminal and run the following:

  npm install
  npm run build 
  npm start

Usage

To following are what the web-app is used for:

  Displays list of top 100 cryptocurrencies
  Gives the currents price of each coin
  Show more data on each coin when it is clicked

Deployment

This project would be deployed using github pages:

  Deployed on Cloud via Render.com

(back to top)

πŸ‘₯ Author

πŸ‘€ Chimezie Asouzu

(back to top)

πŸ”­ Future Features

  • visual representations of the data
  • charting each coin
  • Notification feature

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

πŸ™ Acknowledgments

(back to top)

⭐️ Show your support

If you like this project please share and contribute

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:JavaScript 71.6%Language:CSS 17.9%Language:HTML 10.3%Language:Shell 0.1%