Boost productivity with AI-powered task management. Get instant tips and guidance for your tasks, like cooking broccoli or planning your day, right in your to-do list!
- AI Assistance: Get personalized tips and guidance for various tasks, such as cooking or organizing your schedule.
- Integrated Task List: Manage and track all your tasks in one place, with AI support directly within your task list.
- Smart Suggestions: Receive contextual recommendations and advice based on the tasks you’re working on.
- Seamless Integration: Easily incorporate AI help into your daily routine without needing to switch between apps.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_OPENAI_KEY
Clone the project
git clone https://github.com/casual-user-asm/ToDoAI.gitGo to the project directory
cd ToDoAIBuild the Docker Image:
docker build -t ToDoAI .
Run the Docker Container
docker run -p 3000:3000 ToDoAI
Clone the project
git clone https://github.com/casual-user-asm/ToDoAI.gitGo to the project directory
cd ToDoAIInstall dependencies
npm installStart the server
npm start