https://github.com/alicw/react-native-calculator
React Native Calculator App Intended for Andriod
https://github.com/alicw/react-native-calculator
Last synced: 12 months ago
JSON representation
React Native Calculator App Intended for Andriod
- Host: GitHub
- URL: https://github.com/alicw/react-native-calculator
- Owner: AliCW
- Created: 2024-11-13T11:18:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T00:25:13.000Z (over 1 year ago)
- Last Synced: 2025-02-06T02:49:33.335Z (over 1 year ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native Calculator App
Basic calculator application built using React Native with a-calc (https://www.npmjs.com/package/a-calc) & tested on Android (Samsung Galaxy S20+ (specifically)). Current sum, answer & a history of equations is logged and shown to the user with the input of irregalur equations being prevented (eg 8.8.8+3*-21+).
## Setup
The apk can be downloaded here if you want to try to app: https://drive.google.com/file/d/1lO-gYeNze0Yk7rvAb5l7tsI2UT_yOPo-/view?usp=drive_link
Clone the repo:
git clone https://github.com/AliCW/react-native-calculator/tree/main
Install dependencies:
npm install
Start the application:
npx expo start
Their are numerous approaches to bundling the code, follow the instructions in the terminal to start the application (example below), the easiest way (in my opinion) is using the QR code printed in terminal.

# Screenshots below






# Basic Layout to be Attempted
