AYady is an application for an NGO (non-government organization) that will help donors and anyone requesting a donation reach each other. This application will facilitate communication between both of them. It will be able to provide donations that do not include money such as clothes, medical supplies, school supplies, furniture, toys, etc.. to those who need them.
Note This is just the front-end of an online donations system. This is intended to just showcase the UI, UX of the system and not the actual backend. Thus all of the actions do not really do anything in the backend.
- Have access to validate and verify all users and donation request
- View the website traffic and recent activities
- View cases in need and all their related details, such as urgency, description, case images, and location on the map.
- Have the option to have my donations delivered.
- Track my donations and view the donation history.
- Volunteer using my expertise as a doctor or teacher after being verified through the website.
- filter and search for donations based on specific criterias
- Post announcements and new donation requests
- View active, pending, and fulfilled donation requests
- Clone
git clone https://github.com/AhmedHawater2003/AY-Haga- Open the cloned repo
cd AY-Haga- Install dependencies
npm install- Run the local server
npm run dev- Open http://localhost:5173 with your browser.