A real-time Reddit feed viewer built with React and Vite. This application fetches and displays Reddit posts, allowing users to browse content from their favorite subreddits.
assets/
├── Output 1.jpeg # Screenshot of the application interface
├── Output 2.jpeg # Screenshot of the application interface
├── Output 3.jpeg # Screenshot of the application interface
src/
├── RedditFeedViewer.jsx # Main component for displaying Reddit posts
├── index.css # Global styles
├── main.jsx # Entry point for the React application
- Node.js (v14 or higher recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/IP-PROJECT.git
cd IP-PROJECT- Install dependencies:
npm install
# or
yarn- Start the development server:
npm run dev
# or
yarn dev- Open your browser and navigate to the local server (typically http://localhost:5173)
- Fetch and display posts from Reddit
- Browse posts from different subreddits
- Responsive design for various screen sizes
The application provides a simple interface to view Reddit content:
- The main page displays the Reddit feed
- You can modify the RedditFeedViewer component to customize which subreddits and content are displayed
Main application interface
Alternative view of the Reddit feed
Mobile-responsive layout
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.


