Calculator App - ReactJS
Purpose: Create a project using what you have learned in React.
Project Requirements
- Initializing Repository, Readme.md
- Create wireframe in something like draw.io to get a concept of what the group wants to create
- use props
- use state
- demonstrate reusable components
- user-friendly (is this easy to use for the user? Hint: you have classmates who are excellent testers for your project.)
- written from scratch (i.e. do not repurpose other people’s code)
- mobile-friendly (i.e. you want to eventually pull this app up on your phone to show a potential recruiter or someone in the tech community if you are out at an event.)
- responsiveness
- Unique and readable design - Be Creative!
- Understand the project enough to be able to present it
Calculator:
Look like a real-life simple calculator
must be able to handle multiplication, division, subtraction, addition
Must include a ‘clear’ button that will clear the result

Features: Ability to add, subtract, multiply, divide simple numbers using Math.js library.
- Clears all input in the output field
- Mobile responsive
To-do: Update app to pass complex number calculations and allow users to input decimal numbers without having to put a zero beforehand.
V2 Calculator:
- added Sign in with email/password and Google Login
- added Logout
- fixed home page and added Router functionality
To-do: Adjust logout button to all pages
- fix navbar so that current page grays out on navbar


