Repository files navigation # Family Chore Chart Application
A web-based chore chart application designed for families to track chores, points, and rewards.
## Features
- Daily and weekly chore tracking
- Points system with dynamic scoring
- Reward redemption system
- Parent dashboard
- Child-friendly cartoon-style interface
- Mobile-responsive design
## Tech Stack
- Frontend: React
- Backend: Node.js/Express
- Database: MongoDB
- Containerization: Docker
## Setup Instructions
1. Install dependencies:
```bash
npm install
```
2. Create a `.env` file with the following variables:
```
MONGODB_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
```
3. Start the development server:
```bash
npm run dev:full
```
## Project Structure
```
chore-chart-app/
├── client/ # React frontend
├── server/ # Express backend
├── models/ # Database models
├── routes/ # API routes
└── public/ # Static files
```
# Chore-Tracker
# Chore-Tracker
You can’t perform that action at this time.