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
- Host: GitHub
- URL: https://github.com/mohit-s96/reddit-lite
- Owner: mohit-s96
- Created: 2021-04-20T19:23:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T18:11:15.000Z (about 5 years ago)
- Last Synced: 2025-10-30T11:55:31.727Z (8 months ago)
- Topics: react, reddit, reddit-api, state-management
- Language: TypeScript
- Homepage: https://redditlite-6f953.web.app/
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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