cryptoholic
a cryptocurrency app made with flutter using provider and bloc pattern.
how to run cryptocurrency app
- aquire your free
api key
from the cryptocompare website. - navigate to the projects root directory and create a new file called
privatedata.json
and add the following text to file:
{
"apikey": "<insert your api key here>"
}
- run the command
flutter run
using the terminal in the project’s directory.
current features
[✓] display top cryptocurrencies
[✓] real-time data
[✓] search for cryptocurrencies
[✓] refresh on demand (pull to refresh)
[✓] daily performance charts
[✓] hourly performance charts
[✓] openning, high and low prices
[✓] fancy ui
todo list
- implement error handling (priority)
- add monthly and yearly charts
- add personal account tab
- add personal wallet and balance
Comments are closed.