Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 644 Bytes

readme.md

File metadata and controls

26 lines (14 loc) · 644 Bytes

React Calculator

A simple and beautiful calculator built using react native. Built using existing react native components and no additional dependencies. Utilizes a custom expression parser to evaluate user queries.

Getting Started

Prerequisites

Setup react native using the official documentation. facebook.github.io

Installing

  1. clone the repository
  2. run npm install in the repository directory

Build and Run

react-native run-ios

or

react-native run-android

Screenshots

Main Screen