This repository contains our team's submission to Solution Challenge 2024. The challenge aims to solve for one or more of the United Nations' 17 SDGs using Google technology.
Our project, Leaphlet, is a digital brochure app created as an attempt to reduce paper waste at events, exhibitions and symposiums. The exhibitor's version allows exhibitors of an event to upload their company profile and leaflet to the app, and others invited to the event can view and save leaflets from different booths and companies through the visitor version.
The United Nations’ Sustainable Development goals we were aiming to solve was #12 Responsible Consumption and Production, #13 Climate Action, and #15 Life on Land. Through our app, we aim to reduce paper waste and prevent deforestation.
- Visitor:
- view / star / download pamphlets registered in events
- Exhibitor:
- upload pamphlets to events
- Organizer:
- create events
- send inquiries
You can either download the apk directly or run the application locally.
Use [41G8M37] as a sample event code.
- Frontend: Flutter (Android)
- Backend: Firebase (FlutterFire)
- Download and install flutter
- Clone the project to local machine
git clone https://github.com/minsuk00/Leaphlet.git cd Leaphlet
- Install required packages
dart pub get
- Connect your android device
- Run the application:
(warning: Google log-in functionality requires pre-configuration of Firebase. Set ENABLE_GUEST_MODE_RESTRICTION variable to false in lib/pages/start.dart as a bypass)
flutter run
This project is licensed under the MIT License :)
Leaphlet was created by Ryudai, Sara, Hosu, and Minsuk