https://github.com/mgradzka/workout-app
A simple app using Vue and Firebase
https://github.com/mgradzka/workout-app
firebase vue
Last synced: 3 months ago
JSON representation
A simple app using Vue and Firebase
- Host: GitHub
- URL: https://github.com/mgradzka/workout-app
- Owner: mgradzka
- Created: 2022-12-04T14:18:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T10:07:38.000Z (almost 3 years ago)
- Last Synced: 2025-10-30T00:25:24.636Z (8 months ago)
- Topics: firebase, vue
- Language: Vue
- Homepage: https://workout-app1.netlify.app
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workout Noter
An app that works as a workout noter, where Firebase is used as a backend. In the app, a user can add new workouts or delete existing ones.
## Technologies
Vue.js, JavaScript, Firebase
## Visuals


## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).