An open API service indexing awesome lists of open source software.

https://github.com/rominalodolo/npmbootstrap

a bootstrap project initialised with npm
https://github.com/rominalodolo/npmbootstrap

bootstrap containers javascript npm popperjs react

Last synced: 3 months ago
JSON representation

a bootstrap project initialised with npm

Awesome Lists containing this project

README

          

# NPM Bootstrap Project
a bootstrap project initialised with npm
Full Course for Beginners by Dawid Adach via Free Code Camp.

[Watch the course here](https://www.youtube.com/embed/-qfEOE4vtxE).

This is the installation via the compiled CSS and JS files.

## npm React

Getting started:
`npm init`
`npm install bootstrap`
`npm install @popperjs/core --save`

#### Tools:
[React Installation guide](https://mdbootstrap.com/docs/b5/react/getting-started/installation/)

` npm i @popperjs/core `
[More info here](https://popper.js.org)

## Containers in Bootstrap
[How they work](https://getbootstrap.com/docs/5.1/layout/containers/)
- `.container` which sets a max-width at each responsive breakpoint
- `.container-fluid` which is width: 100% at all breakpoints
- `.container-{breakpoint}` which is width: 100% until the specified breakpoint

Below: Table illustrates how each container’s max-width compares to the original `.container` & `.container-fluid` across each breakpoint.

![gridcontainers](https://user-images.githubusercontent.com/83961643/145452583-d58c7061-854f-407b-b729-a0f5fecdc900.jpeg)

## Screen Shot of Bootstrap Website

Last edit December 2021