Skip to content

himeshpal/IP-PROJECT

Repository files navigation

Reddit Feed Viewer

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.

Project Structure

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

Getting Started

Prerequisites

  • Node.js (v14 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/IP-PROJECT.git
cd IP-PROJECT
  1. Install dependencies:
npm install
# or
yarn
  1. Start the development server:
npm run dev
# or 
yarn dev
  1. Open your browser and navigate to the local server (typically http://localhost:5173)

Features

  • Fetch and display posts from Reddit
  • Browse posts from different subreddits
  • Responsive design for various screen sizes

Usage

The application provides a simple interface to view Reddit content:

  1. The main page displays the Reddit feed
  2. You can modify the RedditFeedViewer component to customize which subreddits and content are displayed

Application Screenshots

View 1

Application View 1

Main application interface

View 2

Application View 2

Alternative view of the Reddit feed

View 3

Application View 3

Mobile-responsive layout

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Reddit Post fetcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published