The NRIC Checker App is a React Native mobile application designed to validate Singapore National Registration Identity Card (NRIC) numbers. It ensures that the input adheres to the standard NRIC format and verifies its checksum for authenticity.
- Validates correct NRIC format and length.
- Implements checksum verification for NRIC numbers.
- Provides a clean and intuitive user interface.
- Compatible with both iOS and Android platforms.
To get started with the NRIC Checker App:
-
Clone the repository:
git clone https://github.com/angyonghaseyo/NRIC_Checker.git
-
Navigate to the project directory:
cd NRIC_Checker
-
Install the required dependencies:
npm install
-
Run the app on a simulator or physical device:
// For iOS npx react-native run-ios // For Android npx react-native run-android
Launch the app and follow the simple on-screen instructions:
- Enter an NRIC number into the input field.
- Press 'Verify' to check the validity.
- The result will be displayed on your screen.
Contributions are welcome! If you have suggestions for improvements, please fork the repo, make your updates, and submit a pull request.
This project is open-source software licensed under the MIT license.
For questions and support, please use the issues section or reach out directly through GitHub.
Thank you for your interest in the NRIC Checker App!