A simple responsive web-app to consume the reddit-api using snoowrap and utilise lazy-loading.
Client: React, Redux, CSS3, JS
Server: Node, Express, Snoowrap
- Home page
- Walkthrough of the app (gif)
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
Check my portfolio website aunsh.com