From b19883810528c25c8e75ad50dd441081e249bd28 Mon Sep 17 00:00:00 2001 From: Amaan Shaikh <91262696+AmaanRS@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:58:52 +0530 Subject: [PATCH 1/2] Update phase-3-bootstrap-prompt.md Added real life usage of frameworks --- projects/recipe-page/phase-3-bootstrap-prompt.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/recipe-page/phase-3-bootstrap-prompt.md b/projects/recipe-page/phase-3-bootstrap-prompt.md index 17fcee66c..4d991e0af 100644 --- a/projects/recipe-page/phase-3-bootstrap-prompt.md +++ b/projects/recipe-page/phase-3-bootstrap-prompt.md @@ -158,3 +158,11 @@ Let's clean up the navbar a little bit. You can remove things like the search ba ### Extensions Find some other Bootstrap components you can add to your webpage! + +### Real life usage of frameworks + +- Writing custom CSS from scratch can be time-consuming, but frameworks simplify the process by providing pre-built styles and components, allowing one to quickly implement a beautiful and consistent design + +- When working on a large project using frameworks makes the code cleaner and more maintainable + +- Frameworks are used to create consistent design and styling across the whole project From 87603be286aa59adfb5e0afdc5894615f27514e2 Mon Sep 17 00:00:00 2001 From: AmaanRS Date: Mon, 19 Aug 2024 21:14:46 +0530 Subject: [PATCH 2/2] Added one more point, moved real life usage under NOTE --- projects/recipe-page/phase-3-bootstrap-prompt.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/recipe-page/phase-3-bootstrap-prompt.md b/projects/recipe-page/phase-3-bootstrap-prompt.md index 4d991e0af..1f1d54a5a 100644 --- a/projects/recipe-page/phase-3-bootstrap-prompt.md +++ b/projects/recipe-page/phase-3-bootstrap-prompt.md @@ -2,6 +2,14 @@ NOTE: Bootstrap is a powerful and widely used CSS framework. You are welcome to add it to your recipe page if you like, but it might be confusing. Feel free to use it or not. +### Real life usage of frameworks + +- Writing custom CSS from scratch can be time-consuming, but frameworks simplify the process by providing pre-built styles and components, allowing one to quickly implement a beautiful and consistent design +- When working on a large project using frameworks makes the code cleaner and more maintainable +- Frameworks are used to create consistent design and styling across the whole project +- Highlighting your experience with frameworks in an interview can emphasize your ability to quickly adapt to industry standards and efficiently deliver scalable solutions + + ### Phase 3 - Incorporate the Bootstrap Framework ### Languages @@ -158,11 +166,3 @@ Let's clean up the navbar a little bit. You can remove things like the search ba ### Extensions Find some other Bootstrap components you can add to your webpage! - -### Real life usage of frameworks - -- Writing custom CSS from scratch can be time-consuming, but frameworks simplify the process by providing pre-built styles and components, allowing one to quickly implement a beautiful and consistent design - -- When working on a large project using frameworks makes the code cleaner and more maintainable - -- Frameworks are used to create consistent design and styling across the whole project