This is a simple calculator application built using React Native. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Name: Vũ Nguyễn Thành Tâm
- Student ID: 2124801030104
- Clone the repository:
git clone https://github.com/catalizcs/react-native-calculator.git
- Navigate to the project directory:
cd react-native-calculator
- Install dependencies:
npm install
To start the application, run the following command:
npm start
This will start the Metro bundler and launch the application on your connected device or emulator.
- Simple and intuitive user interface
- Supports addition, subtraction, multiplication, and division
- Clear button to reset the calculator
- Responsive layout for different screen sizes
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.