- git clone https://github.com/rezaandwenhao/system-equation-solver
- cd system-equation-solver
- cd System_Equation_New
- npm install
- npm start
Dependencies include:
redux react-redux
redux-thunk
[email protected]
lodash
firebase
This is a two-unknown-variable system equation solver app using React Native. I used firebase to store the equation solving history. For the using of the firebase, I wanted to practice some basic database usage and also, I would like to fetch personal individual history for different users.
This is my first personal project. There are still tons of aspects to improve, such as the understanding to React Native Framework, javascript skills, UI design, database skills. Everything will come along on the way!
Greeting page:
Main page: integer, decimal, negative, fraction number are supported
When entering bad input:
Hisotry page: User can have its individual solving history.
- A better UI
- A clear button to reset the equation page
- Refactor the code