Beautifying Beego App With Bootstrap
Learn to use Bootstrap CSS in a Beego app to make it look beautiful and responsive.
We'll cover the following
By the end of this lesson, we will be able to enhance the user interface of a Beego web application by integrating Bootstrap and applying Bootstrap classes for styling.
Applying Bootstrap classes to our project
This app helps the user store a list of notes. The user can create, view, edit, and delete a note. Bootstrap is already a part of the project. We are going to make changes in the views, specifically in the /views/notes
directory to use Bootstrap classes.
We have included Bootstrap CDN links in the main layout template file /views/layouts/header.tpl
:
Get hands-on with 1400+ tech skills courses.