https://github.com/mohosin2126/donation-campaign
A React app for managing donation campaigns, using Vite for fast development. It features data visualization with Chart.js and Recharts, enhanced by Tailwind CSS and DaisyUI.
https://github.com/mohosin2126/donation-campaign
Last synced: 3 months ago
JSON representation
A React app for managing donation campaigns, using Vite for fast development. It features data visualization with Chart.js and Recharts, enhanced by Tailwind CSS and DaisyUI.
- Host: GitHub
- URL: https://github.com/mohosin2126/donation-campaign
- Owner: mohosin2126
- Created: 2023-12-28T17:21:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T09:39:40.000Z (about 1 year ago)
- Last Synced: 2025-01-14T22:32:34.983Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- three features
- On the "Home" tab, users can browse several categories of items available for donation.
- Users can read extensive information about a given category by clicking on a category card. This comprises the category's title, description, price, and a donation option.
- By clicking on the "Donate" button on the category detail page, users can opt to donate to certain categories. This action puts the item you've chosen to their contribution list.
- Users can access their donation list on the "Donation" page. Here, they can see the items they've donated, including images, titles, and descriptions.
- Users can check statistics about their donations on the "Statistics" page. This information may contain the total amount of gifts made as well as a graphic depiction of their donation history.