Inspiration
Our inspiration was the struggling hours spent on doing homework every night
What it does
It solves equations and gives you definitions of important terms in a broad variety of subject areas including multiple levels of Math (pre-calculus, geometry, trigonometry, algebra), Physics (including quantum mechanics), Biology and Chemistry. This information can be used for solving/doing homework or studying for tests and quizzes.
How I built it
We coded the Math section in Python and the Science section in Java and provided a link to the java program in the Python one and vice-versa.
Challenges I ran into
Since two of our group members only knew Python, while the other two knew only Java it was difficult to utilize our skill sets in conjunction (The Python folks did the math section while the Java ones did the Science section). We explored many ways to make a program that could use both languages, and in the end, we solved this issue by coding two independent programs, one in Python and the other in Java and providing a link to each in both.
Accomplishments that I'm proud of
We were efficient and coded over 1300 lines of code in around 6 hours even though we spent a long time trying to merge our codes. We were able to figure out a good way to utilize the diverse skill sets of our team members. We created a program that is useful to all high school students since everyone can use a tool that helps with homework.
What I learned
I learned that it's a bad idea to try and mix langauges
Log in or sign up for Devpost to join the conversation.