Age-Calc is a simple yet powerful React Native application built with Expo that allows users to calculate their exact age in years, months, and days based on their date of birth.
- Input your date of birth
- Instant calculation of age
- Displays age in years, months, and days
- User-friendly interface
- Cross-platform support (Android & iOS)
Ensure you have Node.js, Expo CLI, and Git installed on your system.
- Clone the repository:
git clone https://github.com/yourusername/age-calc.git
- Navigate to the project directory:
cd age-calc
- Install dependencies:
npm install
- Start the app:
expo start
- Open the app on your device/emulator.
- Enter your date of birth in the provided field.
- The app will instantly display your age in years, months, and days.
- React Native
- Expo
- JavaScript/TypeScript (if applicable)
Feel free to contribute by submitting issues or pull requests.
This project is licensed under the MIT License.