Book Image

Building a Reddit Clone with Twitter Bootstrap [Video]

By : Anto Aravinth
Book Image

Building a Reddit Clone with Twitter Bootstrap [Video]

By: Anto Aravinth

Overview of this book

<p>In this video course, you’ll be introduced to the language itself by building a simple Reddit clone. You’ll learn to use Bootstrap to design your application’s layout, but focus more on JavaScript. At the start, you’ll build up Reddit JavaScript based on an example.</p> <p>Moving on, we show you how to use JavaScript by building a simple Reddit clone. Throughout the course, you’ll fetch the Reddit APIs via AJAX calls and show them in the UI using Twitter projects. This video course uses plain JavaScript without using any framework or library.</p> <p>Toward the end of the video course, you’ll be introduced to Twitter Bootstrap, AJAX calls, MVC Architecture, and the Grid system. You’ll find out how to design the look and feel of the application. Finally, we’ll dive into building a Reddit home page.</p> <p>The code bundle for this video course is available at - <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Building-a-Reddit-Clone-with-Twitter-Bootstrap" target="blank">https://github.com/PacktPublishing/Building-a-Reddit-Clone-with-Twitter-Bootstrap</a></p> <h1>Style and Approach</h1> <p>An all-inclusive guide to building a reddit clone with Twitter Bootstrap</p>
Table of Contents (4 chapters)
Chapter 3
Designing the Look and Feel of Application
Content Locked
Section 3
Applying the Grid System to Our Reddit Clone
In this video, we will make it responsive. - Understand the grid system and how it works - Walkthrough on column and row in bootstrap - Apply the col-md and col-xs for our project