Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.07 KB

Reddit Lite

Mariam Busari, July 2022

Inspiration

This application was my take on the "Build Your Own Reddit App" project on Codecademy.

What it does

Reddit Lite Client allows users to view posts from reddit. Users can filter and search through subreddits to see posts from various communities across the web.

Demo

Homepage

subreddit page

Filter posts by subreddit page

  • Click a category on the left sidebar to see posts from that category

subreddit page

Search results page

  • Search for posts using the search bar at the top of the page

search results

Comments

  • Click the comments button at the bottom of the post to see the comments under the post
  • Click the up or down button to like or dislike a post

comments

Built With

  • React
  • Redux

What I learned

  • Unit and end-to-end testing with React

Try it out

RedditLite