Skip to content

davidchalifoux/reddit-clone

Repository files navigation

Screenshot

Reddit-Clone

This is a clone of Reddit built using Vuejs and Firebase. The code is from 2019, and was all built within a weekend.

Features

  • Account creation
  • Upvoting and downvoting
  • Posting
  • Multiple subreddits
  • Mobile notifications (using Pushover)

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint