Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisheknaiidu/quarantine-days
Check it out at https://quarantine-days.now.sh/
https://github.com/abhisheknaiidu/quarantine-days
css firebase firebase-auth firestore hacktoberfest hacktoberfest2020 js store vue vuexfire
Last synced: about 21 hours ago
JSON representation
Check it out at https://quarantine-days.now.sh/
- Host: GitHub
- URL: https://github.com/abhisheknaiidu/quarantine-days
- Owner: abhisheknaiidu
- License: mit
- Created: 2020-04-01T11:14:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:37:39.000Z (over 1 year ago)
- Last Synced: 2024-04-15T05:05:28.769Z (7 months ago)
- Topics: css, firebase, firebase-auth, firestore, hacktoberfest, hacktoberfest2020, js, store, vue, vuexfire
- Language: JavaScript
- Homepage: https://quarantine-days.now.sh
- Size: 3.27 MB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Quarantine Days
### A Vue-Firebase-based Web Interface, Built during Quarantine Days
Check it out at https://quarantine-days.now.sh/
### Tech Stack :
![screenshot](vue-plus-firebase.png)
### Dependencies :
* `vue: ^2.6.11`
* `vue-router: ^3.1.6`
* `vuex: ^3.1.3`
* `vuexfire: ^3.2.2`
* `@buefy: ^0.8.16`
* `@core-js: ^3.6.4`
* `eslint-loader: ^4.0.0`
* `firebase: ^7.14.2`
* `now: ^18.0.0`
* `pattern.css: ^1.0.0`
### Screenshots :```diff
+ HOME PAGE :```
![Screenshot](topics.png)
```diff
+ SUB-TOPIC PAGE :```
![Screenshot](sub-topic.png)
```diff
+ ADD POST PAGE :```
![Screenshot](add-post.png)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).