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).
- 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.
- Node.js
- A Reddit Account
- Redis
-
Clone the repository:
git clone https://github.com/edde746/reddit-scroller.git cd reddit-scroller
-
Copy the example environment file and fill in the required values:
cp .env.example .env # Update the .env file with your details
-
Install dependencies and start the development server:
pnpm i pnpm dev
Now you can access the Reddit Scroller app at http://localhost:5173
.