Lil' Reddit is a web application inspired by Reddit, built using React and Create React App. This clone interacts with the Reddit API to display posts from r/Popular, along with features like searching/viewing subreddits, viewing individual posts and comments, and pagination. The application includes custom CSS and is deployed on Netlify.
- Reddit API Integration: Fetches and displays posts directly from Reddit's API.
- Search Functionality: Users can search and explore different subreddits.
- Detailed Post View: Click on posts or subreddits to view detailed information.
- Comments Viewing: Read comments on posts to engage with the community.
- Pagination: Navigate through posts efficiently with pagination.
- Custom Styling: A distinct and simple UI/UX experience with custom CSS.
Visit the live application hosted on Netlify: Lil' Reddit on Netlify.
-
Clone the repository:
git clone https://github.com/AZBL/lil-reddit
-
Navigate to the project directory:
cd lil-reddit
-
Install dependencies:
npm install
To run Lil' Reddit locally:
npm start
This will start the development server, and you can view the application in your browser at http://localhost:3000.
Contributions to Lil' Reddit are welcome. If you have suggestions for improvements or encounter any issues, feel free to submit a pull request or open an issue.