Ronin-Finance

This is a javascript application that queries the financial summaries of cryptocurrencies. It consumes the coingecko API and displays various real time data on the top 50 cryptocurrencies..

MIT License

Stars
4

Crypto tracking app

Ronin-Finance is an app used to track the top 25 cryptocurrencies. The user can search any cryptothey desire and check out real time data.. This can be used to look at how the crypto market is performing live with data fetched from the Coingecko API.

.

Built With

  • HTML & CSS
  • Javascript
  • Webpack
  • React
  • Redux

Live Demo

Click here for the live demo

Video presentation

video

Getting Started

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

Prerequisites

  • Github flow knowledge. -Intermediate CSS, HTML and Javascript. -Installation of linter files. -install webpack

Setup

  • To get a local copy follow these simple steps:

  • Clone Your Github Repository Follow these steps to clone your Clone Your Github Repository Follow these steps to clone my Github repo on Windows:

    • Open Git Bash;

    • If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.

    • Go to the current directory where you want the cloned directory to be added;

    • To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash. $ cd '/c/Users/Documents/My Git Project'

    • Go to the page of the repository that you want to clone.

    • Click on Clone or download and copy the URL.

    • Use the git clone command along with the copied URL from earlier;

    • $ git clone https://github.com/TracyMuso/Ronin-Finance

    • Press Enter;

Tests and Configuration

To track linter errors locally follow these steps:

Download all the dependencies run:

Track HTML linter errors run:

Track CSS linter errors run: npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

Usage

  • This can be used to track prices and performance of various cryptocurrencies

Install

  • Set up Github Actions
  • Create a react app
  • Set up linter > Lighthouse , Webhint ,Stylelint , Eslint.
  • Webpack bundle for javascript.
  • Jest for testing

Author

Tracy Musongole

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration was gotten from Nelson Sakwa in his Ballhead App template on Behance. Feel free to check it out!
  • etc

License

This project is MIT licensed.

Related Projects