Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.08 KB

README.md

File metadata and controls

79 lines (46 loc) · 1.08 KB

Fun-with-Reddit

A simple responsive web-app to consume the reddit-api using snoowrap and utilise lazy-loading.

Tech Stack

Client: React, Redux, CSS3, JS

Server: Node, Express, Snoowrap

Some Working

  • Home page

Home Page

 

  • Walkthrough of the app (gif)

Walkthrough of the app

 

Run Locally

Clone the project

  git clone https://github.com/aunshx/fun-with-reddit.git

Install server dependencies

  npm install

Go to the client folder

  cd client

Install client dependencies

  npm install

 

Fetch reddit API keys and make your own .env file.

 

Start the server

  npm run server

Start the client

  npm run client

Authors

 

Check my portfolio website aunsh.com

License

MIT License