Inspiration
Never created a calculator and used react-native so I decided it will be fun and interesting to build a calculator.
What it does
It is a simple calculator. It can perform addition, subtraction, division, multiplication among multiple numbers.
How we built it
I built it using javascript in react-native framework
Challenges we ran into
It was my complete react-native app so it was difficult figuring out what button called in react-native (button = TouchableOpacity) and inline styling which I searched for about 10 minutes to get the syntax ( style={[styles.number, {color:"green"}]} ) and how to run in my phone( well I find the expo app in android but its not good so :( ).
Accomplishments that we're proud of
Well, it's my first complete react-native app so the whole app is an accomplishment for me.
What we learned
Well solving the challenges which I mentioned above teach me a lot about the react-native and improve googling skill ; ) .
What's next for Calculator
Not decided yet but thinking of turning it into a scientific or engineering calculator and uploading in the google play store.
Log in or sign up for Devpost to join the conversation.