Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 759 Bytes

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.