An open API service indexing awesome lists of open source software.

https://github.com/mohit-s96/reddit-lite

Demo website to show use case for the PMR state management library
https://github.com/mohit-s96/reddit-lite

react reddit reddit-api state-management

Last synced: about 2 months ago
JSON representation

Demo website to show use case for the PMR state management library

Awesome Lists containing this project

README

          

### Reddit Lite

Simple reddit feed for any subreddit using Reddit API. Demo for my npm package [PMR](https://github.com/msx47/pmr)

## Run

> Clone this repository

> npm install

To Start the demo

> npm start

Run lint checks

> npm run lint

Build

> npm run build