This is a simple calculator app built with React Native and Expo. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division. The user interface is designed to be simple and intuitive, with a colorful and user-friendly design.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Clear function to reset the calculation
- Error handling for invalid calculations
- Responsive design that works on different screen sizes
- Clone the repository
- Install the dependencies with
npm install
- Start the app with
npm start
- Open the app in the Expo Go app on your phone to view it. It will automatically reload if you save edits to your files, and you will see build errors and logs in the terminal.
This project is open source and available under the MIT License.