Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edde746/reddit-scroller
Reddit media scroller app built with SvelteKit
https://github.com/edde746/reddit-scroller
frontend reddit reddit-client reddit-frontend sveltekit
Last synced: 21 days ago
JSON representation
Reddit media scroller app built with SvelteKit
- Host: GitHub
- URL: https://github.com/edde746/reddit-scroller
- Owner: edde746
- Created: 2023-05-05T07:55:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T09:33:53.000Z (10 months ago)
- Last Synced: 2024-10-11T16:09:53.240Z (about 1 month ago)
- Topics: frontend, reddit, reddit-client, reddit-frontend, sveltekit
- Language: Svelte
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reddit-scroller
A smooth and user-friendly frontend for browsing Reddit media and subreddits, built using SvelteKit and Tailwind CSS.
> Mostly dead due to Reddits API changes, can still be ran locally (sometimes).
## Features
- Browse media content from Reddit, including images, GIFs, and videos.
- View and navigate through a list of the most popular subreddits.
- Responsive design that works on various devices and screen sizes.## Prerequisites
- Node.js
- A Reddit Account
- Redis## Installation
1. Clone the repository:
```bash
git clone https://github.com/edde746/reddit-scroller.git
cd reddit-scroller
```2. Copy the example environment file and fill in the required values:
```bash
cp .env.example .env
# Update the .env file with your details
```3. Install dependencies and start the development server:
```bash
pnpm i
pnpm dev
```Now you can access the Reddit Scroller app at `http://localhost:5173`.