Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencodeiiita/donation-app
A flutter based donation app
https://github.com/opencodeiiita/donation-app
firebase flutter opencode23
Last synced: 3 days ago
JSON representation
A flutter based donation app
- Host: GitHub
- URL: https://github.com/opencodeiiita/donation-app
- Owner: opencodeiiita
- Created: 2023-11-14T17:36:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-04T13:42:46.000Z (10 months ago)
- Last Synced: 2024-05-29T22:38:43.098Z (7 months ago)
- Topics: firebase, flutter, opencode23
- Language: Dart
- Homepage:
- Size: 1.47 MB
- Stars: 15
- Watchers: 3
- Forks: 70
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Donation App
## 🚀What issue does Donation App address?
**Our app establishes a two-way connection between NGOs and donors. NGOs can directly communicate with donors, and vice versa. Essentially, it serves as a centralized hub for managing donations and specifying the organizations that will benefit from the contributions.**## 🏆Our Top Contributors
## 🧷Getting Started
- [Setup Git](https://git-scm.com/downloads)
- [Setting up Android Studio](https://developer.android.com/studio/install)
## ✒Tech Stack
* Flutter
* Firebase## Requirements
- Android Studio Giraffe | 2022.3.1
- SDK Version: '>=2.18.0 <3.10.0'## Claim an issue
Comment on the issue. In case of no activity on the issue even after 2 days, the issue will be reassigned. If you have difficulty approaching the issue, feel free to ask on our discord channel.## How To Contibute
We welcome your contributions. Please follow the below guidelines while contributing to this project:
1. Fork and star⭐ the repository and clone locally.
2. Create an upstream remote and sync your local copy before your branch. See detailed instructions [here](https://help.github.com/articles/syncing-a-fork)
3. Do the work and commit changes with good commit messages.
4. Once you are confident in your work, create a pull request to the `master` branch of the upstream repository with proper descriptions explaining what you did and wait until we review it😊.> Check out [GitHub Flow](https://guides.github.com/introduction/flow/) for more details.
🧷**Directly cloning from Android Studio (Alternate method):-**
- Go to FILE ➡️ NEW ➡️ PROJECT FROM VERSION CONTROL.
- Copy and paste the url of **FORKED repo** in the URL field and click clone.## 🧾Common Rules:
- The repository is divided into several tasks. **Each task will be opened subsequently for a limited amount of time and all the submissions have to be made within those allotted days only.** NO submission will be accepted after the allotted time ends. The details for the specific tasks and the time allotted for each can be found in their specific issues.
- The submissions will be judged by the mentors and points🎉 will be allotted by them for each particular task based on various aspects like design thinking process, originality of the idea, visual appeal of the submission, code architecture etc.
- These tasks are for learning and not just scoring points so any kind of Plagiarism or attempt thereof wouldn't be tolerated and would lead to disqualification from OpenCode.
- **Your code should be error-free before creating a pull request.**> ALL THE FINAL DECISIONS FOR THE JUDGMENT AND AWARDING OF POINTS ⚖️ BASED ON THE SUBMISSION RESIDE WITH THE MENTORS & ORGANISERS. No claim can be made on the number of points awarded by the Mentors & Organisers🙂.
## 🗒️Guidlines
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.- Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern given in [PR_TEMPLATE.md](https://github.com/opencodeiiita/Donation-app/blob/master/PR_TEMPLATE.md)
- Provide the relevant screenshot for easier review.
- Pull Request older than 2 days with no response from the contributor shall be marked closed.
## 📢Communication
Whether you are working on a new feature or facing a doubt please feel free to ask us on our [discord](https://discord.gg/D9999YTkS8) channel. We will be happy to help you out😊.## ✒️Reference Links
- [Download and install the latest version of Git.](https://git-scm.com/downloads)
- [Set your username in Git.](https://help.github.com/articles/setting-your-username-in-git)
- [Set your commit email address in Git.](https://help.github.com/articles/setting-your-commit-email-address-in-git)
- [Set up flutter and Android Studio](https://flutter.dev/docs/get-started/install)
- [Or setting up VS code for flutter](https://flutter.dev/docs/development/tools/vs-code)
- [Firebase official Documentation](https://firebase.google.com/docs)