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.