Project information
- Category: App and Web development
- Client: Circuloten
- Project date: 02 January, 2023
- Project URL: circuloten.com
Full Stack development of Pedometer Module.
I was presented with a challenging opportunity to transform a Figma design into a feature for the app. It was a task
unlike any I had encountered before, as it involved working with Google FIT and Apple HealthKit APIs. Without
hesitation, I accepted the challenge, and I had a mere 15 days to bring the entire module to life – from requesting
permissions to displaying daily and weekly calculations and preparing for future monthly total calculations in upcoming
designs.
I immediately dove into action, crafting the screens in React Native while upholding rigorous TypeScript standards to
ensure data accuracy. I also embarked on extensive research of npm libraries compatible with both Google and Apple APIs.
Ultimately, I couldn't find a single library that covered both, so I chose one for each and devised an intermediate data
normalization process to bridge the gap between the data structures provided by each API and the data required by the
app. This allowed me to seamlessly integrate the front-end and conduct thorough testing using the smartphone's pedometer
feature.