Svg of magnifying glass, image pulled from "Vecteezy.com"
Thread count

Note From Developer:

Hello and welcome to my Reddit search engine!

You can use the search bar above to enter keyword(s) to find relevant threads from Reddit. The application currently tracks specific metrics, embed relevant photos / videos and allows the user to visit either the author's profile or the thread link directly.

The purpose of this project was to utilize Reddit's API to generate results and dynamically render posts for the user. The website uses JavaScript, CSS, React/JSX and Next.js as a framework.

If you would like to use this program via Node.js to download them locally, please visit the GitHub linked below and follow the directions via the ReadMe to use it with your preferred IDE.

Planned features include:

  • 1)Need to squash bug where the thread count number is changed by NSFW content being filtered out.
  • 2)Display the first 10 threads and as the user scrolls down the page, additional results display
  • 3)Export or download Reddit threads as a PDF via the UI to the user's desktop computer
  • 4)Add a date range filter so user's can filter through returned results using a date range
  • 5)Make calls to different endpoints from Reddit's API allowing a user to search for Subreddits
  • 6)Back button to allow the user to navigate back to the homepage