A React application to browse, search, and read Reddit posts and comments using the Reddit API, styled with CSS for a clean, responsive experience.
- ๐ Search: Query subreddits or keywords to find relevant posts.
- ๐ Read: View post details (title, author, subreddit, upvotes) and top comments.
- โจ Responsive UI: Mobileโfirst CSS styling for seamless use on any device.
- โก Lightweight: Uses public Reddit endpoints for fast, readโonly access.
- React (Create React App)
- CSS (Flexbox, Grid, custom styles)
- Fetch API or Axios for HTTP requests
- Reddit API (public JSON endpoints)
- Enter a subreddit name (e.g.,
reactjs) or a keyword in the search bar. - Press Enter or click the search icon.
- Browse the list of posts; click any title to view details and comments.
- Use the back button to return to results.