/crypto-metrics-Webapp

Primary LanguageJavaScriptMIT LicenseMIT

📗 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)