Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.28 KB

EasyCalc

This is a mobile application developed with React Native that functions as a simple calculator. Users can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  1. Simple and intuitive user interface.
  2. Supports basic arithmetic operations.
  3. Calculates results in real-time as users input their values.
  4. Error handling for dividing by zero.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install Node.js and the React Native CLI.
  3. Install the project dependencies by running npm install or yarn install. 4 .Run the app in development mode by running npm run start or yarn start.

Contributing

Contributions to this project are welcome and appreciated. To contribute, please follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Create a new branch with a descriptive name for your changes.
  3. Make your changes and commit them with clear commit messages.
  4. Push your changes to your branch and create a pull request.
  5. Wait for the code review and merge approval.

License

This project is licensed under the MIT License. See the LICENSE file for details.