Skip to content

Instantly share code, notes, and snippets.

@kingluddite
Created November 6, 2023 13:32
Show Gist options
  • Save kingluddite/26a6a077647cea944e51b9c22cf7563a to your computer and use it in GitHub Desktop.
Save kingluddite/26a6a077647cea944e51b9c22cf7563a to your computer and use it in GitHub Desktop.
What is the history of Bootstrap?

What is the history of Bootstrap?

Bootstrap is a popular open-source front-end framework for building websites and web applications. It was created by Twitter and was initially known as Twitter Blueprint. Here's a brief history of Bootstrap:

  1. 2010: Twitter Blueprint - Bootstrap's predecessor, Twitter Blueprint, was developed by Mark Otto and Jacob Thornton at Twitter. It was created to streamline and standardize the development of internal tools and projects at Twitter.

  2. August 2011: Open Sourced as Bootstrap - In August 2011, Twitter decided to release Twitter Blueprint as an open-source project under the name "Bootstrap." This marked the official launch of the Bootstrap framework.

  3. Bootstrap 2 - The second major version of Bootstrap was released in January 2012. It introduced several new features and improvements, including responsive design components and a 12-column grid system.

  4. Bootstrap 3 - In August 2013, Bootstrap 3 was released, bringing a mobile-first design approach, a flat design aesthetic, and a significant rewrite of the codebase. It also focused on improving compatibility with modern web development techniques.

  5. Bootstrap 4 - Bootstrap 4 was a major update released in January 2018. It included numerous changes and improvements, such as the adoption of Flexbox, a redesigned grid system, improved customization options, and enhanced support for responsive web design.

  6. Bootstrap 5 - Bootstrap 5 was officially released in May 2021. It aimed to streamline the framework and remove jQuery as a dependency. This version focused on modern web development practices, improved performance, and enhanced customizability.

Throughout its history, Bootstrap has gained widespread popularity and has become a go-to framework for web developers. It provides a set of CSS and JavaScript components and utilities that make it easier to create responsive, mobile-friendly, and visually appealing websites and web applications. Bootstrap's community and documentation have also played a significant role in its success, making it a valuable resource for developers worldwide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment