The Free Lunch App is a Flutter-based mobile application that connects generous individuals offering free meals with those in need. This README provides an overview of the app, how to use it, and how to contribute to its development.
- Gifting free lunches to Co-workers
- Redeeming free lunches
- Get Notified about lunches and App Update
- Reporting issues
Before you begin, ensure you have met the following requirements:
- Flutter SDK installed on your development machine. If not, follow the Flutter installation guide.
- A compatible Android or iOS device or an emulator/simulator.
-
Clone the repository:
git clone https://github.com/hngx-org/Empire-food-mobile.git
-
Navigate to the project directory:
cd free_lunch_app
-
Install dependencies:
flutter pub get
-
Start the app on your emulator/simulator or a physical device:
flutter run
-
Follow the on-screen instructions to register or log in and start using the app.
https://appetize.io/app/zkntdn2cyqaj42asqhjjq3w5dm
Contributions are welcome! If you'd like to contribute to the Free Lunch App, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push your changes to your fork:
git push origin feature/your-feature-name
. - Create a pull request against the
main
branch of the original repository.
This project is licensed under the MIT License.