👾

FoondaMate Software Engineer Coding Challenge-002

Background

  1. Our users use our applications to help them solve High School level Mathematical equations.
  2. We are continuously adding functionality to help users solve math's problems, including equations like the below.

Task

  1. Write an application (web,CLI, or any other type)
  2. This application should solve equations like:
    1. 7x - 2 = 21
    2. and 2(4x + 3) + 6 = 24 -4x
  3. And returns a solution like with all the steps needed to solve the equation, like the below:
    1. 7x - 2 = 21
    2. image

      b. 2(4x + 3) + 6 = 24 -4x

      image

  4. For this challenge you should:
    1. Use any programming language to create the application.
    2. Write unit and integration tests for your code.
    3. Write a Readme.md in your repo on how your app works and how one would go about setting it up locally.
    4. Push your code to a public repo on GitHub and send the link via email to work@foondamate.com
    5. Deadline: March 26, 2023 at 11:59PM