Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.09 KB

StepCounter - using Expo, TypeScript and React Native Health

The Stepcounter app, built using Expo and React Native, tracks health metrics like Steps, Distance, and Flights Climbed. It employs "react-native-svg" for visualizing progress rings and "react-native-reanimated" for smooth animations. The "react-native-health" library gathers data, while date-wise tracking helps users monitor their health journey effectively.

🚀 How to create Expo app

npx create-expo-app@latest StepCounter -t

🚀 How to clone this repo

git clone https://github.com/nikul6/StepCounter.git

and then install node-modules

npm install

and then run the expo app

npm run ios

🚀 UI

Home alt text

📝 Notes