jaredreich / redditlite

A lite version of Reddit

Home Page:https://redditlite.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo.png

A lite version of Reddit that:

  • Shows a subreddit's list of posts
  • Has posts displayed 25 at a time
  • Has posts that include:
    • Title
    • Link to the post/site
    • Thumbnail (if it exists)
    • Author
    • Time submitted
    • Link to official reddit comments
  • Refreshes/refetches posts every minute without changing scroll position

Desktop demo:

demo

Mobile demo:

mobile demo

Run locally

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
# distribution files are in /dist folder
npm run build

# run tests
npm test

Other

Mocking the official reddit color scheme for fun (link is mouse-hovered):

screenshot-official-colors

About

A lite version of Reddit

https://redditlite.netlify.com


Languages

Language:CSS 46.6%Language:JavaScript 36.5%Language:Vue 16.4%Language:HTML 0.5%