From da7065c5c61099902bbd9f90284f73713f2e22ee Mon Sep 17 00:00:00 2001 From: elijah-saloma <145230827+elijah-saloma@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:30:36 -1000 Subject: [PATCH] Update ui-frameworkEX.md --- essays/ui-frameworkEX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/essays/ui-frameworkEX.md b/essays/ui-frameworkEX.md index 30e33f2..53f9b5e 100644 --- a/essays/ui-frameworkEX.md +++ b/essays/ui-frameworkEX.md @@ -31,8 +31,8 @@ There are a lot more positives to using a framework than there are negatives. Th While Bootstrap 5 is the only UI Framework I have experience with (as of right now), I can confidently say that UI Frameworks are incredibly powerful tools that can make development much faster and easier. Honestly at some points, the conveniences that UI Frameworks provides can seem as though they were magic. However, one should not rely fully on UI Frameworks. Rather, the use of UI Frameworks (in this case Bootstrap 5) with raw HTML and CSS complement each other nicely. Below are photos of the previously mentioned assignment where we had to rebuild a webpage completely. Can you tell which one is mine?