HealthTracker is a cutting-edge Android tool designed to facilitate the tracking of daily exercise routines, doctor appointments, and health-related issues.
To get started with HealthTracker, follow these steps for a seamless installation of the Android application:
- Download the APK file from the repository: healthtracker.apk
- or Install directly from this Google Drive link.
-
Clone the Repository:
git clone https://github.com/ShivShankarKushwaha/android-healthtracker.git healthtracker cd healthtracker -
Install Dependencies:
npm install
-
Configure the Application:
- Add a
config.jsfile in the root directory. - Populate
config.jswith sample data:export default config = { URL: 'https://healthtracker-jwpl.onrender.com', API: API_KEY_RANDOM, };
- Add a
-
Launch the Application on Android:
npm run android
-
Start the Application:
npm start
HealthTracker simplifies the process of managing exercise routines, doctor appointments, and health concerns. Use the app to:
- Track Exercise: Monitor your daily exercise activities effortlessly.
- Manage Appointments: Keep tabs on upcoming doctor appointments and medical check-ups.
- Monitor Health Issues: Stay informed about your health status with easy-to-use tracking features.
This project is licensed under the MIT License.
HealthTracker leverages the power of several third-party libraries and tools:
-
React Native: A JavaScript framework for building mobile applications. GitHub
-
Node.js: A versatile JavaScript runtime for server-side development. Website
-
MongoDB: A flexible and scalable NoSQL database solution. Website
-
Google OAuth: Ensures secure user authentication and authorization. Google OAuth Documentation
-
Express: A fast and minimalist web framework for Node.js. GitHub
-
Tailwind CSS: A utility-first CSS framework for building modern and responsive user interfaces. GitHub
-
React Navigation: Routing and navigation for React Native apps. GitHub
A sincere thank you to the creators and maintainers of these technologies for their valuable contributions.
Experience a new level of health management with HealthTracker!






