rezaandwenhao / MATH-UP

React Native - Two unknown variables system equation solver. The app stores all the solving history.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system-equation-solver

Installation

  1. git clone https://github.com/rezaandwenhao/system-equation-solver
  2. cd system-equation-solver
  3. cd System_Equation_New
  4. npm install
  5. npm start

Dependencies include:
redux react-redux
redux-thunk
react-native-router-flux@3.35.0
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.

I would like to make this project open source to learn from the community!

Potential improvements:

  1. A better UI
  2. A clear button to reset the equation page
  3. Refactor the code

About

React Native - Two unknown variables system equation solver. The app stores all the solving history.

License:MIT License


Languages

Language:JavaScript 100.0%