Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions Projects/2-Intermediate/EcoChore-Rewards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# EcoChore Rewards
**Tier:** 2 – Intermediate

## Description
EcoChore Rewards motivates users to complete eco-friendly activities and earn points. These points can be redeemed for rewards or used to track personal and community environmental impact.

### Purpose of the Application
To promote sustainable living through gamification.

### Resources Needed
- Task library of environmental activities
- Points and rewards tracking system
- Dashboard for personal and community progress
- Optional API for redeeming real discounts or coupons

## User Stories
- User can sign up/log in.
- User can view daily/weekly eco-tasks.
- User can mark tasks as completed and optionally upload proof.
- User earns points that are stored in their profile.
- User can view impact dashboards and redemption options.

## Bonus Features
- Leaderboards among friends or local community.
- Social media sharing for completed tasks.
- Partner store reward system integration.

## Useful Links and Resources
- Gamification Concepts: https://www.gamify.com/blog/gamification-101/
- Chart.js for impact dashboards: https://www.chartjs.org/

## Example Projects
- Sweatcoin (reward-based tracking app)
- HabitTrackers (as UI inspiration)