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 1
Building Up Reddit Home Page
Content Locked
Section 4
Mocking Reddit Response from File
In this video, we will explain how to create mock web page. - Take the Reddit JSON - Save to the file - Store the JSON as mock response in the client side code and show it to the user