Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

13 lines (13 loc) · 1.09 KB

Sortitt

This application was made to address a problem with reddit search results: you can't filter them by specific dates! This is a web application primarily using reddit's API. Sortitt (for lack of a better name) provides a minimal UI to browse through subreddits and to search through reddit. This application's primary feature is the ability to filter reddit's search result (whether its searching through all of reddit or just a particular subreddit) by date(s). More specifically, the ability to search before a specific date and/or after a specific date Link to Live Website

Main Technologies/ Libraries Used

React/Redux

This web app was is rendered using react and was created using create react app. The React Redux library is used to manage state.

snoowrap

The snoowrap reddit API wrapper javascript library is used for its simple interface to access every reddit API endpoint.

Moment.js

Moment.js is used for conversion to and from Unix time.

Prettier

prettier is used to make code styling or conventions consistent across the project.