Skip to content

dxh000130/CS732-Calculator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

CS732 Assignment (Calculator App)

status
Building Status

image

Table of Contents


What is it?

Just a simple android phone calculator. (Only Android!)

Technologies that are used to build the project

React Native

Installation

If you need to debug and use, you need to install JDK, Android Studio and Node.js. Please follow the official documentation of React Native.

Clone this repo after all software installation is complete

git clone UOA-CS732-SE750-Students-2023/cs732-se75-assignment-dxh000130.git
cd ./cs732-se75-assignment-dxh000130

Install the module using npm

npm install

Run an Android emulator or use an Android phone. Note: You need to enable developer mode and turn on usb debugging.

npx react-native run-android

Enjoy it!

OR You just want to experience this app, you can download the packaged apk file in the Release list on the right, and install it on an Android phone or an Android virtual machine

Future Plan

In the current version, the UI may appear garbled on some models. In the future, if possible, I will improve the UI first to ensure that the App can adapt to all Android devices. Then study how to transfer it to the IOS device. (First I need a Mac os)

Directory Structure

.
├── Calculator        # This Application
├── README.md         # This file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published