https://github.com/shz-code/qweets
Mini text sharing application using Quasar
https://github.com/shz-code/qweets
pinia quasar-framework vuejs
Last synced: about 1 year ago
JSON representation
Mini text sharing application using Quasar
- Host: GitHub
- URL: https://github.com/shz-code/qweets
- Owner: shz-code
- Created: 2023-04-06T10:11:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T07:48:46.000Z (about 3 years ago)
- Last Synced: 2025-01-21T07:07:36.852Z (over 1 year ago)
- Topics: pinia, quasar-framework, vuejs
- Language: Vue
- Homepage: https://qweets.netlify.app/#/
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qweets (qweets)
Qweets is a mini text sharing platform made with [Quasar](https://quasar.dev/) a [Vue Js](https://vuejs.org/) framework with [Pinia](https://pinia.vuejs.org/) as the state management tool. Firebase is used as the data backend.
Users can register themselves and start sending messages (Dummy authentication with username) and also register as a new user.




# Get Started
### Clone Repository
```bash
git clone https://github.com/shz-code/qweets.git
```
### Go to project folder
```bash
cd ./qweets
```
### Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
**Get Rolling!**
# Environment variables
`VITE_APP_API_KEY`
`VITE_APP_AUTHDOMAIN`
`VITE_APP_PROJECTID`
`VITE_APP_STORAGEBUCKET`
`VITE_APP_MESSAGINGSENDERID`
`VITE_APP_APPID`
# Acknowledgement
- Inspired from [freecodecamp](https://youtu.be/la-0ulfn0_M)