Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 905 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 905 Bytes

Open Source Love TypeScript

Reddit Parser

Basic Info

A web app which parses ( using reddit API) relevant posts from a given subreddit that the user has the ultimate right to choose from.

You may check it out here

Or, you may follow the instructions provided below (By expanding the below section) to check it out locally.

Instructions

  • Clone the repository.
  • Navigate to the project directory.
  • Install the dependencies via npm install.
  • Run npm start.
  • Navigate to localhost:3000 within your favourite browser.