https://github.com/hamdle/ejmtech-web-app
EJM Technology
https://github.com/hamdle/ejmtech-web-app
Last synced: 9 months ago
JSON representation
EJM Technology
- Host: GitHub
- URL: https://github.com/hamdle/ejmtech-web-app
- Owner: hamdle
- License: mit
- Created: 2024-05-02T04:21:03.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-10T04:21:28.000Z (about 2 years ago)
- Last Synced: 2025-02-28T16:40:40.445Z (over 1 year ago)
- Language: PHP
- Size: 826 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Workout App
The Workout App aims to assist you in tracking and charting your workout progress over time. The collaboration between the App and its accompanying API enables seamless management and tracking of user data and exercises.
## Understanding The App Structure
### API Details
The API, programmed in PHP, resides in the `/api` folder, which is at the root of the application. It serves as a central handler for user and exercise data and plays an integral part in the app's functioning.
### User Interface and Navigation
Our user interface is clean and straightforward, ensuring easy navigation through different pages.
#### Authentication - Login Page
The app initiates at the Login Page ('/'), which authenticates your/user credentials before granting access to further app functionalities such as the Workout page.
#### Workout Tracking - Workout Page
The workout page (`/go`) stands at the core of the app's functionality. It not only allows you to compose a workout using available exercises but also effectively runs the workout, thereby making your workout experience smooth and personalized.