Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 478 Bytes

cover-calculator

Technology Used


* FRONTEND
  - React Native
  - Expo
  

Installation

# clone the repo
$ git clone https://github.com/Fahrul23/calculator-app.git

# go into app's directory
$ cd calculator-app

# install app's dependencies

$ npm install

Basic usage

# running apps
$ npm start or yarn start