This is a simple mobile application built using Flutter as part of the HNG Internship program. The app includes a button that links to this GitHub repository and HNG-related resources.
Mobile_App/
β-- my_app/ (Flutter project directory)
β β-- lib/ (Dart code files)
β β-- android/ (Android project files)
β β-- ios/ (iOS project files)
β β-- pubspec.yaml (Flutter dependencies)
β-- README.md (Project documentation)
β-- .gitignore (Ignored files for version control)
β-- LICENSE (Project license)
Ensure you have the following installed:
- Flutter SDK
- Dart SDK
- Android Studio (for Android development)
- Xcode (for iOS development, macOS only)
- Clone the repository:
git clone https://github.com/YOUR_GITHUB_USERNAME/Mobile_App.git
- Navigate to the project folder:
cd Mobile_App/my_app
- Install dependencies:
flutter pub get
- Run the app on an emulator or device:
flutter run
- A button linking to the GitHub repository.
- Links to HNG hiring pages:
- GitHub Repository: [Insert GitHub Repository Link]
- App Demo (Appetize.io): [Insert Appetize.io Link]
This project is licensed under the MIT License.
If youβd like to contribute, please fork the repository and submit a pull request. Refer to the CONTRIBUTING.md
file for guidelines.
Made with β€οΈ for the HNG Internship π