Skip to content

Commit

Permalink
Added one more point, moved real life usage under NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaanRS committed Aug 19, 2024
1 parent b198838 commit 87603be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions projects/recipe-page/phase-3-bootstrap-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 87603be

Please sign in to comment.