You can download the executable files for the app:
The Eligibility Checker App is a React Native application designed to calculate eligibility for final exams based on specific criteria for various courses. Users can input their course data, and the app determines whether they meet the eligibility requirements.
- React Native: For building the cross-platform mobile app.
- Expo: Simplified development and bundling process.
- @react-native-picker/picker: For dropdown course selection.
- @expo/vector-icons: For adding GitHub, LinkedIn, and Buy Me a Coffee icons.
- React Native Linking API: To handle external link redirection.
- JavaScript: Programming language used for app logic.
- New interface update
- more featurse
- small bug fixes
- Dropdown menu to select a course.
- Dynamic input fields based on the selected course.
- Eligibility calculation based on user input.
- User-friendly design with real-time feedback.
- Icons linking to external resources like GitHub, LinkedIn, and Buy Me a Coffee.
- Install Node.js and npm.
- Install Expo CLI:
npm install -g expo-cli
-
Clone the repository:
git clone https://github.com/AsithaKanchana1/eligibility-checker.git cd eligibility-checker -
Install dependencies:
npm install
-
Start the development server:
expo start
-
Run the app:
- Android: Scan the QR code with Expo Go.
- iOS: Use the Expo Go app or an iOS simulator.
- Build APK:
expo build:android
- Download the APK and test it on an Android device.
- Build IPA (requires a Mac and Apple Developer account):
eas build -p ios
- Use TestFlight or install the IPA file directly on your iOS device.
|-- assets/ # Images and fonts
|-- src/ # Source code
| |-- components/ # Reusable components
| |-- styles/ # App stylesheets
|-- App.js # Main entry point
|-- README.md # Project documentation
Contributions are welcome! Feel free to open a pull request or raise an issue if you find bugs or have feature requests.
For any queries or feedback, reach out to me on:
- Email Me: @Email
- GitHub: @Asithakanchana1
- LinkedIn: Asitha Kanchana





