The Fitness Tracker project is a comprehensive tool designed to help users monitor various aspects of their well-being, including mood, water intake, sleep, and steps. This project was developed as the final group project for the Code First Girls course, Introduction to JavaScript. The aim was to apply the knowledge gained during the course to create a practical and user-friendly fitness tracking application.
- Olivia Mikulla
- Ana Jesus
- Zahra Ali
- Joanna Czerwenak
- Margarita Ferreira
The Fitness Tracker project leverages the following technologies:
- HTML
- CSS
- JavaScript
The project utilizes the following external libraries to enhance functionality:
- SweetAlert2: A beautiful, responsive, customizable, and accessible (WAI-ARIA) replacement for JavaScript's popup boxes.
- Tippy.js: A highly customizable tooltip library powered by Popper.js.
To run the Fitness Tracker locally, follow these steps:
# Clone the repository
git clone https://github.com/your-username/fitness-tracker.git
# Change directory to the project folder
cd fitness-tracker
# Install dependencies
npm install
The Fitness Tracker is designed to assist users in tracking various aspects of their well-being. Here's how you can use it:
- Mood Tracking: Log your daily mood to keep a record of your emotional well-being.
- Water Intake: Monitor and record your daily water intake to stay hydrated.
- Sleep Tracking: Track your sleep patterns to ensure a healthy sleep routine.
- Step Counter: Utilize the step counter to monitor your daily physical activity.
import Swal from 'sweetalert2'; import tippy from 'tippy.js';
We welcome contributions to enhance the Fitness Tracker project. If you have suggestions, find a bug, or want to contribute new features, please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License.