Skip to content

leah-git1/Task-Organizer-Chat-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TaskOrganizer

AI-powered task management chatbot with React frontend and FastAPI backend.

Project Structure

TaskOrganizer/
├── client/          # React frontend
└── server/          # FastAPI backend

Setup

Backend

cd server
pip install -r requirements.txt

Create .env file with your OpenAI API key:

OPENAI_API_KEY=your_key_here

Run server:

uvicorn main:app --reload

Frontend

cd client
npm install
npm start

Features

  • AI chatbot for task organization
  • Real-time chat interface
  • RESTful API backend

Tech Stack

  • Frontend: React 19
  • Backend: FastAPI, OpenAI
  • HTTP Client: Axios

About

An application with a complex interface for viewing, adding, updating, and deleting tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors