https://github.com/hamdle/volunteer-management
https://github.com/hamdle/volunteer-management
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamdle/volunteer-management
- Owner: hamdle
- License: mit
- Created: 2023-12-02T16:54:17.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2023-12-02T19:36:20.000Z (over 2 years ago)
- Last Synced: 2025-02-28T16:41:10.996Z (over 1 year ago)
- Language: PHP
- Size: 741 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Workout App
The Workout App is designed to track workouts that I've been doing for the past few years. There's an accompanying API that manages all of the user and exercise data that works in collaboration with the App. The App has been designed to help enter and track exercies during a workout as well as to send the data to the API to chart workouts over time.
# API submodule
The API, written in PHP, is located in the /api folder at the root of the application.
# Pages
### Login page
Located at '/', the login page authenticates the user and forwards them to the workout page.
### Workout page
Located at '/go', the workout page helps the user build a workout from existing exercies and then runs the workout for the user to do.