Chemical Mix Up

What happens when you mix different chemical reactants? Well, in this project, you can choose two specific reactants and mix them to see what the reaction would be. This project was coded in JavaScript and utilizes a CSV data file. The reactant options are populated dynamically from this data file, as well as the information about the product created. The goals of this project were to create a basic application that would provide for future expansion in progressive versions of the app. Options for growth are:

  1. Graphics for the reactants as well as the mixed result.
  2. Options to change the amounts of each reactant.
  3. Visual feedback about the product created (i.e. warning sign, careful handling, etc.)
  4. More reactant options.
  5. Additional calculations based on Entropy, Enthalpy, and Energy change of  the reaction.