Updated: Merged sister repository. Read more about it here MERGED.md.
Check the live web app here: https://gauravjot.github.io/react-reddit-wallpapers/.
- Browse popular image based subreddits.
- Infinite scrolling for easy exploring.
- No ads whatsoever.
- Download highest qaulity images only.
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
.