react-reddit-wallpapers icon indicating copy to clipboard operation
react-reddit-wallpapers copied to clipboard

This react application uses Reddit APIs and grab wallpapers from popular subreddits.

RedditWal

Updated: Merged sister repository. Read more about it here MERGED.md.

Check the live web app here: https://gauravjot.github.io/react-reddit-wallpapers/.

Features

  • Browse popular image based subreddits.
  • Infinite scrolling for easy exploring.
  • No ads whatsoever.
  • Download highest qaulity images only.

Preview

screenshot

Running Locally

Install Nodejs from https://nodejs.org/en/download/ and then clone the repository. cd into the directory and run following commands.

  • Run npm install
  • Run npm start

The project should be running on localhost:3000.

To build project run npm run-script build.