An agile web application that allows the users totrack the cryptocurrencies exchange rates and see updates on the crypto market.
- Fully-featured crypto converter
- Integrated cryptocurrency performance analytics
- Industry-level crypto market graphs from TradingView
Clone the repository or download and unpack the source code of the project. From the project folder, open the index.html
file with your preferred browser.
- Select the cryptocurrency type (
BTC
) from the dropdown list and enter the desired amount to convert it to another currency. - To access the detailed information about particular coin, select it on the information pane on the right.
Before creating a PR, test and check for any errors. If there are no errors, then commit and push.
For more information, please refer to the Contributing section.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request