Skip to content

🏃 A dashboard-style report visualising my activity data exported from ios. Includes activity and sleep data.

Notifications You must be signed in to change notification settings

TomPlum/activity-trends

Repository files navigation

💹 Activity Trends

Contents

About

A dashboard style interface visualising the data collected from my Apple Watch. The main two sources are the native iOS Activity app which I used to record my gym workouts and cardio sessions and the 3rd party iOS app, Pillow, that I used to record my sleep.

As a back-end developer who, only occasionally, works with front-end codebases, I wanted a personal project that I could use to learn ReactJS and all the other relevant industry-standard technologies that are commonly found in front-end stacks. I've had experience working with D3js and Recharts provides a nice React wrapper for it.

Getting Started

For development, you will only need NodeJS and environment variables configured.

Insomnia REST Requests

The Insomnia V4 export rest.json file includes requests for all the API endpoints.

NPM Scripts

Name Description
build Invokes the React Scripts build task.
start Serves the application locally at localhost:3000. See here for more info.
deploy Builds, exports, commits, pushes and subtrees for GitHub pages.
test Runs the unit tests. See here for more info.
eject Drops the create-react-app support. See here for more info.
clean Deletes all of the node_modules from the project.
reinstall Cleans the project and then re-installs it via npm.
rebuild Cleans the projects, re-installs it, and then builds.

Technology Documentation

About

🏃 A dashboard-style report visualising my activity data exported from ios. Includes activity and sleep data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published