A basic calculator application built using TypeScript, JavaScript, React Native, and Expo Go. This app performs standard arithmetic operations and showcases the use of React Native for mobile application development.
- Perform basic calculations: addition, subtraction, multiplication, and division.
- Clean and user-friendly interface.
- Cross-platform compatibility (iOS and Android).
- Built with React Native and Expo Go for seamless development.
- Node.js (v16 or higher recommended)
- Expo CLI (Install using
npm install -g expo-cli) - A device or emulator with Expo Go installed.
git clone https://github.com/your-username/calculator-app.git
cd calculator-appnpm install -g expo-clinpx expo start- Scan the QR code using Expo Go on your device.
- Alternatively, run the app on an emulator.
- React Native: Framework for building mobile apps.
- Expo Go: Development toolchain for React Native apps.
- TypeScript: Static typing for JavaScript.

