ACM-VIT / CryptoDash

CryptoDash allows you to track the price of popular cryptocurrencies and see their performance over time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Dash

The Crypto Dash app allows you to keep track of the performance of various popular cryptocurrencies and track their price over time.

made-by-acm


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [HTTPS-ADDRESS]
  • Go to the cloned directory by running
cd [NAME-OF-REPO]
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules


Overview

This project allows contributors to learn basic Flutter layout patterns using Grid, as well as making API calls and state management.


Domain Specific Guidelines

  • Target PRs to the appropriate branch, such as api, ui, etc.
  • Upload a screenshot and screen recording while submitting a PR
  • Make a new file under lib/screens for each new screen, and for custom widgets, make a new file under lib/widgets
  • Do not commit your pubspec.lock file

Usage

Lets get started!

git remote add
git fetch
git merge

Authors

Authors: Rohan Khatua

About

CryptoDash allows you to track the price of popular cryptocurrencies and see their performance over time.

License:MIT License


Languages

Language:C++ 45.8%Language:CMake 37.8%Language:Dart 7.1%Language:HTML 3.7%Language:C 2.9%Language:Swift 2.3%Language:Kotlin 0.3%Language:Objective-C 0.1%