KindCoins is a React Native application designed to track donations and campaigns for NGOs.
- Home Dashboard: View total stats, active campaigns, and recent donations.
- Campaigns: Browse and support various causes.
- Donations: Track your donation history and add new donations.
- Leaderboard: See top contributors.
- Analytics: Visualize campaign performance and payment modes.
- React Native (Expo SDK 54)
- React Navigation (Stack & Tabs)
- Context API for state management
-
Install dependencies:
npm install
-
Start the app:
npx expo start
src/navigation: App navigation setup.src/screens: Application screens.src/components: Reusable UI components.src/context: Global state management.src/data: Mock data.src/utils: Helper functions.