Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T20:05:32.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:33:26.232Z (6 days 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
![Screenshot](screenshot.png)
# 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
```