Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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