Chore Wizard is the ideal app for busy parents who want an organized chore routine and to teach valuable life skills. Say goodbye to chaos and hello to efficient chore management with Chore Wizard! It is an app that helps parents track their kids' chores efficiently. It allows chore assignment, priority setting, due date tracking, point allocation, and chore categorization. Parents can ensure fair distribution of responsibilities and motivate kids with points as rewards.
It Simplifies chore management. Tracks completed chores, assigns new tasks, and monitors points. Promotes fairness, accountability, and accomplishment.
- [Deployed Front-end URL] (https://chore-wizard.netlify.app/)
- [Deployed Back-end URL] (https://chore-tracker-backend.onrender.com)
Chore Description:
- Provide detailed descriptions for each chore.
- Chore Priority: Assign different priority levels to chores.
- Due Date Tracking: Set due dates for chores.
- Chore Points: Assign point values from 1 to 5 to reflect difficulty.
- Chore Type: Categorize chores for effective organization.
- Benefits for Parents
- Implement login and authorization system.
- Separate accounts for parents and kids.
- Personalized access to chore details and progress tracking.
- Fosters shared responsibility and teamwork.
- Jacqueline Pasaoa
- React
- JavaScript
- CSS
- HTML
- Bootstrap
- Node.js
- Express
- SQL
- Front-end GitHub Repo
- Back-end GitHub Repo
- [Deployed Front-end URL] (https://chore-wizard.netlify.app/)
- [Deployed Back-end URL] (https://chore-tracker-backend.onrender.com)
- Trello Board
To run this application on your local machine, follow these steps:
- Clone the front-end GitHub repo and navigate to the project directory.
- Install the dependencies with
npm install
. - Start the development server with
npm start
. - Clone the back-end GitHub repo and navigate to the project directory.
- Install the dependencies with
npm install
. - Start the server with
npm start
. - Open your web browser and navigate to
http://localhost:3000
.