A powerful and modern Calculator app built using React Native and TypeScript, offering:
- ๐งฎ Standard Calculator
- ๐งช Scientific Calculator
- ๐ Universal Unit Converter (Currency, Length, Temperature, etc.)
- Basic arithmetic operations:
+,โ,ร,รท - Responsive and clean UI
- Works seamlessly on both Android and iOS
- Advanced mathematical functions:
sin,cos,tan,log,โ,xสธ,ฯ,e, and more - Handles parentheses and complex expressions
- Supports real-time expression parsing and evaluation
Includes conversion between:
- Currency โ Live exchange rates (e.g., USD โ EUR)
- Length โ (e.g., Meter โ Feet)
- Weight โ (e.g., Kilogram โ Pound)
- Temperature โ (e.g., Celsius โ Fahrenheit)
- Speed โ (e.g., KPH โ MPH)
- And more!
- React Native
- TypeScript
- Custom Hooks and Reusable Components
- Styled Components / CSS Modules (as per setup)
- Real-time APIs (for currency conversion)
- git clone https://github.com/your-username/calculator-app.git
- cd calculator-app
- npm install
- npm start
Then:
- npm run android โ to run on Android
Want to improve or fix something? Pull requests are welcome!