smilewithkhushi / BasicNative

A set of beginner friendly mini projects built with React Native. Participating in GSSoC. Open to contributors
11 stars 24 forks source link

Fitness Tracker #69

Closed Manaswini123456 closed 2 weeks ago

Manaswini123456 commented 3 weeks ago

Related Issue

[ADD] a Fitness Tracker #17 - To add a fitness Tracker within the app.

Description

The solution involves adding two new screens to the application: Workout Overview and Add Workout. The Workout Overview screen provides users with an overview of recorded exercises, displaying details such as exercise type, duration, and calories burned. On the Add Workout screen, users can add predefined or custom exercises, entering details like exercise type, duration, and calories burned.

Type of PR

Screenshots / videos (if applicable)

  1. WORKOUT OVERVIEW SCREEN: WhatsApp Image 2024-06-11 at 00 05 55_cf97c66b

  2. ADD WORKOUT SCREEN: WhatsApp Image 2024-06-11 at 00 05 55_44e861cc

  3. WHEN CUSTOM EXERCISE IS CHOSEN WhatsApp Image 2024-06-11 at 00 05 55_43190e78

  4. WHEN AN INPUT FIELD IS NOT FILLED WhatsApp Image 2024-06-11 at 00 17 25_0dee8174

Checklist:

Additional context:

[Include any additional information or context that might be helpful for reviewers.]

Manaswini123456 commented 3 weeks ago

@smilewithkhushi Have generated the PR, kindly look into it and let me know if any changes are required.

Manaswini123456 commented 2 weeks ago

@smilewithkhushi Will surely try to experiment. Thanks for the feedback.