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: Evaluate Web Frameworks #21

Closed DragonflyRobotics closed 7 months ago

DragonflyRobotics commented 8 months ago

Evaluate different web frameworks that can easily satisfy the initial UI/UX design plans. #6 Some to try:

Hambreyola commented 7 months ago

Researched into all the frameworks listed above, and more. Decided to use Tailwind or Bootstrap based on how easy they are to learn (tutorials and other resources), how powerful they are (how many features), and how effective they would be for our project specifically.

DragonflyRobotics commented 7 months ago

The final verdict was to predominantly use Tailwind because it is simpler to make better-looking UIs and is more modern in some aspects than its alternative, Bootstrap.