Displays images and other media from any subreddit.
👉 https://reddit-image-viewer.vercel.app/
- Simple interface
- Instant search
- Lazy load media
- Dark mode
- Infinite scroll
Use create-next-app to install:
yarn create next-app reddit-image-viewer --example https://github.com/gregrickaby/reddit-image-viewer/
Inside the app directory, you can run several commands.
Start the development server:
yarn dev
Build the app for production:
yarn build
Run the built app in production mode:
yarn start
Feedback or contributions via Github Issues and Pull Requests are welcome! 🍻