Honu Task Manager

# Welcome to my app!

*I built this app for my wife! Congradulations on your promotion to Product Manager! <3*

The Honu Task Manager app enables users to sign up, log in, and save tasks to their personal accounts. Users can create and manage tasks and subtasks, edit task details, mark tasks as completed, and use autosave functionality. Tasks are stored in Firebase Firestore, ensuring persistent data storage and syncing across devices. Features like collapsing tasks with subtasks help with better task organization.

## Tech Stack
- React
- Firebase Firestore
- Firebase Authentication
- CSS

## Features
- User authentication (sign up, login)
- Create main tasks and subtasks
- Edit task details (name, due date, notes)
- Mark tasks as completed or incomplete
- Auto-saving of tasks in real-time
- Persistent data storage with Firebase Firestore
- Collapse and expand tasks with nested subtasks
- Sort tasks by completion status and due date

Tech Stack

HTML/CSS/JavaScript React Firebase Firestore Firebase Authentication