Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 639 Bytes

File metadata and controls

51 lines (29 loc) · 639 Bytes

Calculator App 📱

A Simple cross platform (ios and Android) Calculator App Built in React Native

  • Basic Calculator App
  • Light and Dark Mode
  • Context API for State Management
  • Beautiful UI

Screenshots 📸

Light Mode





Dark Mode





Development Setup

Clone the repository and run the following commands:

npm install
npm start
npm run android (for android)
npm run ios (for ios)