Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 456 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 456 Bytes

Native Calculator

A calculator with common operations.

Project Preview

Features

  • common calculator operations
  • dark mode

Technologies

  • expo
  • react-native
  • typescript

Getting Started

installation:

git init
https://github.com/eddotbarbosa/native-calculator.git
npm install

running:

start

npm start

android

npm run android

ios

npm run ios

web

npm run web