
Learn to build responsive pages with Bootstrap by using the HTML5 doctype and the viewport meta. Create fixed or fluid containers with Bootstrap classes for a mobile-first layout.
Learn to convert a two-column Bootstrap layout into a responsive three-column grid for laptop and desktop screens, with stacked columns on smaller devices, with widths like 4-4-4.
Explore how to create and customize Bootstrap alerts, including success, info, warning, and danger, with dismissible features and fade effects using alert classes.
Build Bootstrap pagination by creating a ul with the pagination class, adding links, and signaling active or disabled states. Resize with large or small classes and convert to breadcrumbs for navigation.
Learn how to implement Bootstrap pager for pagination on an unordered list by using the pager class to create previous and next buttons and align them to the container edges.
Learn to build Bootstrap panels that contain any content, with panel body, heading, and footer, group multiple panels, and apply contextual colors like panel primary, warning, and danger.
Discover how to create a Bootstrap collapsible navigation bar for small screens using a toggle button, data-toggle, data-target, and a collapsible wrapper with id nav-one.
Explore popular bootstrap themes, learn to download and customize open-source templates, and analyze the freelancer theme’s fluid layout, responsive navigation, modals, and form validation.
Master Bootstrap grid usage with section tags, container, row, and columns across about and contact sections, plus footer, modals, and an up arrow button.
Launch the first project by building a very basic calculator in a single React file, with minimal CSS and simple functions to perform basic operations like 2+3=5 and 2*3+5=11.
Turn a simple React example into a functional component that returns JSX for your projects, like a calculator, and learn to render with uppercase names and arrow- or function-style components.
Explore functional components as the building blocks of a site, illustrated by Amazon-like sections, product cards, a search bar, and a calculator with a master component and button subcomponents.
Build a component tree with a root app and reusable child components, passing data from parent to child via props in React and enabling the child to trigger parent callbacks.
Learn how to pass a button's value upward through callback functions in React by sending props from parent to child and invoking the callback on click.
Create a connect-four style game in React with a grid-based board, click-to-place pieces (no gravity), and two-player or human-vs-computer play, featuring an adjust button for computer moves.
Install Node.js and a code editor to begin development; use Visual Studio Code, the most popular editor, available on Mac OS, Windows, and other platforms.
Create a global CSS file, migrate the game board and game circle styles from inline objects to CSS classes, and import CSS into the React components.
Style the game board by adding a header and footer information panel, color backgrounds, borders, and shadows, and update text for player turns with a new game button.
This lecture improves the computer player's intelligence by blocking four-in-a-row threats across horizontal, vertical, and diagonal patterns using a get_position function and move checks.
Implement conditional rendering to display either the suggest button during play or the new game button in the footer depending on the game state.
Build a functional connect-style game in a React project, mastering hooks such as useEffect and useState, component lifecycle concepts, callbacks, props deconstruction, and dynamic inline styles and classes.
Bootstraps a React app with Create React App to build a mini ecommerce store, and explores REST APIs using JSON Server with a JSON file as a fake backend.
Boot up a JSON server as a mock REST API for your React app, creating a db.json with categories and products, then test endpoints on port 3001.
Style the product list with a three-column css grid in React, using assets and a json database to render images, features, and prices.
Fix React key warnings by adding unique keys to mapped lists in categories and products, using product IDs and feature indexes to ensure unique keys.
Learn to implement dynamic product routes with React Router, link product titles, and use the navigate and useParams hooks to open a product detail page from listings.
Create and apply styled components to separate styles from markup, implement a product description that spans the full width, and fix the router layout to preserve header and footer.
Extend the cart reducer with remove, increase quantity, decrease quantity, and clear methods, wire them through context, and render a basket page with items, total, and checkout.
Implement a responsive shopping cart by syncing local state with context and auto-refreshing the basket. Update quantities and remove items using immutable array patterns with React hooks.
Welcome to the Complete Bootstrap and React Bootcamp. This course teaches students how to create modern, interactive web pages using the Bootstrap framework and React JavaScript library. The course starts with an introduction into Bootstrap with a focus on its reputation in the development community as the number one choice for mobile-first front-end web frameworks. Bootstrap is a well documented collection of reusable code written in HTML, CSS, and JavaScript. We start with exploring the foundations of Bootstrap, including embedding it into projects, and building out the basic Bootstrap page structure. From there we catapult into the infamous Bootstrap grid system, along with the commonly used three column web page layout. After the introductory topics, students learn to work with a number of components from typography, tables and image styling right up to wells, alerts, and buttons. As part of the course we demonstrate how to build out intricate navigation menus using dropdown, collapse, accordion, and pill menus. We will also cover form styling, carousels, modals, scrollspy and just about every other Bootstrap component that’s instrumental to your journey as a front-end developer. The module concludes with a hands-on project, where students will use a Bootstrap theme to build a stunning web page from scratch.
In the second section of the course, we explore React. React, also known as React JS, is a powerful JavaScript library used for building custom, interactive user interfaces using UI components. Similar to Bootstrap, React is a well documented free and open source library. The project was founded by Meta and a network of independent developers. In this section, students learn how to use the React library through a series of hands-on projects. The React section of this course starts off with a hands-on project where you’ll learn how to work with functional React components, props, Callback functions, OnClick Events, and the React State hook to build a fully functional calculator. From there we will dive into project number two, where you will build a connect-4 clone. Here we will cover more intermediate concepts including passing props, destructuring, passing arguments to click events, various styling methods, and handling callbacks. You will also learn about the React key property, React lifecycle events, and conditional rendering. By the end you will have built a complete multi and single player connect-4 game board with built-in AI capabilities.
In the final section of the course we further unleash the power of React by building out a complete e-commerce site with multiple product categories, a product showcase, shopping cart feature, and much more. Here, we introduce a number of integral new concepts including: JSON server, Fetch API, and installing React router. These essential building blocks will be used to render the product categories, style the product list, and configure the product details page. From there we dive into styled components, refactoring the shop layout, and exploring the concept of “context” in React. In the final stages of the project students will configure the shopping cart basket, and the checkout feature. We will also implement a product search feature, followed by in-depth exercises on validating input forms in React.
As you can see this course covers a tremendous bit of ground. Best of all it features Tim Maclachlan - a renowned senior full-stack developer with over 20 years of commercial development experience. As a multi-faceted developer, Tim specializes in algorithmic, analytical and mobile development. To date, he’s written hundreds of applications and worked in a number of industries from commercial aviation and military, to banking and finance. Tim has a genuine passion for teaching others how to become better coders and looks forward to interacting with his students.
With that said, we hope you’re just as excited about this course as we are, if so - hit that enroll button and let’s get started.