Bitcoin Wallet

icon

React Native Project

This project is build by using expo cli. It make use of CoinDesk API for current price and last 30 days trend. Theme color palette is generate by Coolors. Spash screen and App Icon is design from Figma. Icon is from BitcoinWiki.

Features

  • Display current available balance
  • Display current Bitcoin price
  • Display last 30 days Bitcoin trend in line chart
  • Auto refetch data every 1 minute
  • Able to add, edit, remove Bitcoin transaction history
  • Able to browse thru calendar to check previous transaction history
  • Store transaction history in local storage
view chart Display current price add transaction Add transaction update transaction Update transaction

Tech

Bitcoin wallet uses a number of dependencies to work:

Demo

Requires Expo Go android / ios to run.

Demo link

Installation

Requires Node.js to run.

Install the dependencies and devDependencies and start the server.

cd bitcoin-wallet
yarn install
yarn start