From 5b5d548a37761eedf92b4ebdd535c48f7d20e667 Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Sat, 23 Nov 2024 14:06:25 +0100 Subject: [PATCH] chore(readme): add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..324124d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# StepMap +## TODO: +- [ ] Create a map +- [ ] Add navigation to the map +- [ ] Display the calculated distance and how long will it take by walking +- [ ] Get walkingStepLength from HealthKit +- [ ] Show how many steps does the route take +- [ ] Get walkingSpeed +- [ ] show how long does the route take with said walking speed +