Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 685 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 685 Bytes

Simple React Wallpaper App For Reddit

Demo at: https://droidheat.com/r-wallpapers

This react application uses Reddit APIs and grab wallpapers from popular subreddits. The concepts used during the development are: react classes, states, fetch and components. The codebase is error free and exceptions have been handled properly.

Download or clone the project and then in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.