Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Update website UI, add error message boxes #110

Open aryanjverma opened 5 months ago

aryanjverma commented 5 months ago

Completely finalize website UI and make it proffesional; add error message boxes for user input errors.

6

Hambreyola commented 5 months ago

1df6c64646bb210b8f7c7aeb18df4fa5101821a7 Added error box messages and overhauled overall UI. I will commit again later this week with the website finalized after team approval.

Hambreyola commented 5 months ago

7fa4bb14714178d42527d1db8ee633ee98e70688 Completely removed all dead/unnecessary code from the html and css files, along with some slight tweaking of UI elements.