ToolsGuru is a cross-platform mobile app built with Ionic and Capacitor, offering a set of handy tools for time management and calculations. Visualize time elegantly, track it accurately, and simplify various calculations effortlessly.
-
Time Tools:
- Analog Clock: Elegant time visualization.
- Digital Clock: Precise digital time readings.
- Stopwatch: Accurate on-the-fly time tracking.
- Calendar with 3 Notes per Day (Local): Organize your schedule with personal notes.
-
Calculation Tools:
- Calculator with History (Local): Crunch numbers and save calculations.
- BMI Calculator: Easily monitor your health.
- Age Calculator: Instant age calculations.
- Discount Calculator: Quickly determine discounts.
- Interest Calculator: Effortless interest calculations.
- Fuel Calculator: Plan trips by calculating fuel requirements.
Follow these steps to get ToolsGuru up and running on your local machine.
- Node.js
- npm or yarn
- Ionic CLI
- Capacitor CLI
-
Clone the repository.
git clone https://github.com/MobTechi/ToolsGuru.git cd ToolsGuru -
Install dependencies.
npm install -
Add the desired platforms (iOS/Android).
npx cap add ios npx cap add android -
Build the app.
ionic build -
Copy the built assets to the platforms.
npx cap copy -
Open the app in your preferred IDE.
- For iOS:
npx cap open ios - For Android:
npx cap open android
- For iOS:
- Use the standard Ionic commands to run the app on your preferred platform.
ionic capacitor run ios # or ionic capacitor run android
- Special thanks to the Ionic and Capacitor teams for their incredible frameworks.
Happy coding with ToolsGuru!
