Skip to content

bharat407/Calculator

Repository files navigation

React Native Calculator App

 

React Native - Calculator App


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🖼️ Demo

BK

🎯 About

Build a calculator app using React Native.

✨ Features

✔️ common features in calculator app like (+, -, *, /));

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node and React Native installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/bharat407/Calculator.git

# Access
$ cd calculator-app

# Install dependencies
$ npm install or yarn install

# Run the project
$ yarn ios or npx react-native run-ios // for iOS
$ yarn android or npx react-native run-android // for Android

📝

Made with ❤️ by bharat407

 

Back to top