Skip to content

Aklilu-Mandefro/calculator-app-using-react-native

Repository files navigation

React Native Calculator App

 

React Native - Calculator App

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 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, Expo and React Native installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Aklilu-Mandefro/calculator-app-using-react-native

# Access
$ cd calculator-app

# Install dependencies
$ yarn install

# Run the project
$ yarn ios // for iOS
$ yarn android // for Android

# then open the app in Expo

🚀 Preview of The Calculator App


Made with ❤️ by Aklilu Mandefro

Please give this repo a ⭐ if you found it helpful.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Back to top