React + TypeScript web app for phase 1 of MSA.
How to set up: Once you have cloned this repository, change directories into ./my-reddit Then type 'npm install' into the terminal. Type 'npm run start' into terminal.
How to use this app: This app uses the reddit API to retrive data from a user input subreddit. In the text field, enter a valid subreddit from the site https://www.reddit.com/ Depending on which tab you have open (ie Top, New or controversial), this app will retrieve the titles of the posts Relating to the tab, and if you click on the title it will redirect you to the actual page.