/gym-app-frontend

a gym session scheduling application built with nuxt.js

Primary LanguageVue

gym_frontend

frontend project for a gym scheduling and history tracking app. The backend for the project is built with django/python and is available here https://github.com/lewis-kori/gym-app.

The project utilizes google calendar API to schedule appointments and reminders.

Chart.js has been used to highlight a visual representation of the person's workout history.

NB: The project is still under active development and as yet not yet complete.

project home page

best gym app in the world

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.