This course made me to discover the real power of bootstrap. With more focus on the hands on labs, it gives the practical knowledge that we need in the real projects.
I think that the course actually covers Bootstrap in a good way, but at the same time the approach given to it IMHO it's wrong. The final project, you create this website for a dining restaurant, that's good so far, but you start implementing bootstrap mostly using its utility classes, which are very limited. That leaves you with the question of "where are all this styles coming from?" and they come from a pre-built CSS file that has all the styles, something that would be good for learning yourself. So, what I am trying to say is that the approach towards the final project it's bad. It would be good to focus it more on the pre-built components side of things instead of "building" an entire website using its utility classes when in reality all the style of the project is pre-built on a different CSS file.
