Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedheakl/volunegy
Volunteer platform for companies to post volunteering jobs and contact with applicants.
https://github.com/ahmedheakl/volunegy
Last synced: about 2 months ago
JSON representation
Volunteer platform for companies to post volunteering jobs and contact with applicants.
- Host: GitHub
- URL: https://github.com/ahmedheakl/volunegy
- Owner: ahmedheakl
- License: mit
- Created: 2023-10-25T12:12:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T13:10:59.000Z (about 1 year ago)
- Last Synced: 2023-10-26T13:58:01.105Z (about 1 year ago)
- Language: Dart
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VolunEgy
I present this application titled "VolunEgy" to gather data about all volunteers and their volunteer activities, aiming to facilitate the Egyptian government's digital transformation in directing them digitally towards raising public awareness and assisting during times of crises and emergencies. The idea of the application is simple, you can apply for volunteer jobs or add your own volunteer job. The application is built using [flutter](https://flutter.dev/) and [dart](https://dart.dev/).## To Use
###### You can download the `.apk` file from [here](https://drive.google.com/file/d/1kZ0HfP753_aShVyWskY57pYWlTIGdh4Y/view?usp=drive_link)###### You need to login/signup first using your email and password.
###### You can view and apply for volunteer jobs
###### You can add your own volunteer job
## To Build the App
Make sure [flutter](https://flutter.dev/) and [dart](https://dart.dev/) are installed.To check if everything is working fine, just run flutter doctor from the console:
```console
flutter doctor
```Now just build the application for your favorite platform:
```console
flutter build
```
where `` is either `apk` or `ios`.## Citation
```bibtex
@software{VolunEgy,
author = {Ahmed Heakl},
title = {VolunEgy: Volunteer Management Application},
year = {2023},
url = {github.com/ahmedheakl/VolunEgy},
version = {2.0.0}
}
```