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

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

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
![noter1](https://github.com/mgradzka/Workout-app/assets/93905513/b0d2c96e-aef3-4bee-a0a0-1253df882a4c)
![noter2](https://github.com/mgradzka/Workout-app/assets/93905513/483cef7b-b99d-4924-ad13-6678e5aab307)

## 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/).