Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theroughcode/balancer
A side project from high school. Aims to aid in solving basic chemical equations.
https://github.com/theroughcode/balancer
Last synced: 8 days ago
JSON representation
A side project from high school. Aims to aid in solving basic chemical equations.
- Host: GitHub
- URL: https://github.com/theroughcode/balancer
- Owner: theRoughCode
- Created: 2016-08-27T02:05:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T19:12:11.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T23:48:36.707Z (11 days ago)
- Language: Java
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balancer
![alt text](https://github.com/theRoughCode/Balancer/blob/master/Capture.PNG "Default Screen")Balancer is a side project I created while in high school. I came up with this idea to solve chemical equations because I realized that in order to balance the equations, all we had to do was follow an alogorithm. I developed this app to practice programming in Java, working with SWING and the user interface, and most importantly, help me finish my Chemistry homework!
## Example: Al+O2 --> Al2O3
![alt text](https://github.com/theRoughCode/Balancer/blob/master/Capture1.PNG "Example")