Search⌘ K

Demo Application

Explore how to build a functional Reddit application by integrating the Reddit API with Django using PRAW. Learn to manage subreddits, posts, comments, and voting, while organizing your code for maintainability and interactivity.

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 ...