https://github.com/davidchalifoux/reddit-clone
Simple clone of Reddit built using Vue and Firebase.
https://github.com/davidchalifoux/reddit-clone
clone firebase reddit vue vuejs vuejs2
Last synced: 4 months ago
JSON representation
Simple clone of Reddit built using Vue and Firebase.
- Host: GitHub
- URL: https://github.com/davidchalifoux/reddit-clone
- Owner: davidchalifoux
- Created: 2022-08-12T03:37:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T20:05:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T20:41:18.287Z (4 months ago)
- Topics: clone, firebase, reddit, vue, vuejs, vuejs2
- Language: Vue
- Homepage: https://reddit-clone.chalifoux.dev/
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```