ActivityTracker is a mobile application designed to help users track their daily physical activities and monitor their progress towards their fitness goals. This repository contains the source code for the ActivityTracker mobile app.
- Track Activities: Log various physical activities such as walking, running, cycling, and more.
- Customization: Customize the app settings to suit your preferences and fitness objectives.
To get started with the ActivityTracker mobile app, follow these steps:
-
Clone the Repository: Clone this repository to your local machine using:
git clone https://github.com/hysaryn/ActivityTracker_MobileApp.git -
Install Dependencies: Navigate to the project directory and install the necessary dependencies using a package manager such as npm or yarn:
cd ActivityTracker_MobileApp npm install -
Start the Expo Development Server: Once the dependencies are installed, start the Expo development server by running:
npx expo start
This will launch the Expo DevTools in your default web browser.
-
Run the App: From the Expo DevTools, you can run the app on an emulator or a physical device by following the prompts. You can also scan the QR code with the Expo Go app on your iOS or Android device to view the app.
-
Start Tracking: Open the app on your emulator or device and start tracking your activities!
Contributions are welcome! If you'd like to contribute to the development of the ActivityTracker mobile app, please follow these guidelines:
- Fork the repository and create your branch from
main. - Make your changes and ensure the codebase adheres to the project's coding standards.
- Test your changes thoroughly.
- Submit a pull request detailing the changes you've made and any relevant information.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project utilizes various open-source libraries and frameworks. See the package.json file for a list of dependencies.
- Special thanks to the contributors and maintainers of the open-source projects used in this app.