Qweets is a mini text sharing platform made with Quasar a Vue Js framework with Pinia 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.
git clone https://github.com/shz-code/qweets.git cd ./qweetsyarn
# or
npm installquasar devGet Rolling!
VITE_APP_API_KEY
VITE_APP_AUTHDOMAIN
VITE_APP_PROJECTID
VITE_APP_STORAGEBUCKET
VITE_APP_MESSAGINGSENDERID
VITE_APP_APPID
- Inspired from freecodecamp