Calculator
This is a simple calculator application built using React Native Expo and TypeScript.
Screenshot
Download APK
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Node.js (version 12 or later)
- Expo CLI (version 4 or later)
Installing
- Clone the repository to your local machine
git clone https://github.com/abhilash-malkar/calculator.git
- Install the dependencies
cd calculator
npm install
- Start the application
npm start
This will start the Expo development server and open the Expo client in your browser. You can use the Expo client to run the app on your mobile device or an emulator.