iOS, iPadOS, and MacOS app built using React Native, Redux and Expo, it gathers simple tools for your daily calcuations, you can also create your own tools.
To install the app in App Store, follow this link
-
Clone the repository to your local machine:
git clone https://github.com/BR19-gh/QuickCalc.git
-
Navigate to the project directory:
cd QuickCalc
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Run the app in an iOS simulator.
src/screens
: Contains the app screens,src/components
: Contains screens' assistant components,src/helpers
: Contains common usage functions,src/lang
: Contains language configurations,src/navigation
: Contains navigation configurations,src/store
: Contains Redux configurations,_DATA.js
: Contains functions which deals with AsyncStorage