/Learning-Web-Development-with-React-and-Bootstrap

Learning Web Development with React and Bootstrap by Packt

Primary LanguageJavaScriptMIT LicenseMIT

#Learning Web Development with React and Bootstrap This is the code repository for Learning Web Development with React and Bootstrap, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Get in touch here if you have any queries or issues. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

<section>
<h2>Add your Ticket</h2>
</section>
<script>
var root = document.querySelector
('section').createShadowRoot();
root.innerHTML = '<style>h2{ color: red; }</style>' +
'<h2>Hello World!</h2>';
</script>

To run the examples in this book, the following tools are required:

##Related Products