Demo Application

Set up the Reddit application and look at its implementation.

Now that we've understood Reddit's API, we can use it in an actual application.

The layout of our application

We use two main templates in our application. One is the index.html with bootstrap version 4 and the navbar. The other is the page.html that extends the index.html , and adds posts to the navbar. The posts can be from any subreddit ...