Skip to content

Commit

Permalink
Add extra notes
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 29, 2024
1 parent 8c88d10 commit 303d9a3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Details of a workout, with:
![](docs/upload_workouts.jpg)

- Upload one or multiple GPX files.
- The files are parsed when uploaded, statistics and other information are calculated and stored in the database (serialized).
- Re-calculate all uploaded workouts (useful while developing)
- Pick the type (running, cycling, ...) or let the application guess based on average speed
- The files are parsed when uploaded: statistics and other information are calculated and stored in the database (serialized).

### Statistics to follow your progress

Expand All @@ -98,20 +98,23 @@ Details of a workout, with:

![](docs/i18n.gif)

- switch between (supported) languages
- use the language configured in the browser (default)
- very limited amount of languages supported for now :smile:
- Switch between (supported) languages
- Use the language configured in the browser (default)
- Very limited amount of languages supported for now :smile:
- Re-calculate all previously uploaded workouts (useful while developing)

### Responsive design

![](docs/responsive.jpg)

- usable on small and medium screens
- Usable on small and medium screens

### Light and dark mode

![](docs/single_workout-theme.jpg)

- Browser decides whether to use light or dark mode, based on your preferences

## Configuration

The web server looks for a file `workout-tracker.yaml` (or `json` or `toml`) in the current directory, or takes it's
Expand Down

0 comments on commit 303d9a3

Please sign in to comment.