MyGoals App Demo

This is a demo version of a personal goals app and agent workflow that I built (with AI obviously). It features daily goals and a monthly calendar that highlights days in different colors, based on the number of goals completed. The personal/production version I use, has an ai agent to intelligently update goals, send reminders, and analyze goal trends, based on natural language input from my phone or computer. If you are on mobile, you can scroll within the preview to see the full demo.

Calendar

<

Month Year

>
Mon Tue Wed Thu Fri Sat Sun

Key Features & Learnings:

  • Dynamic goal and progress tracking.
  • Interactive monthly calendar with navigation.
  • DOM manipulation for updating UI elements in real-time.
  • Modular JavaScript for handling goals and calendar logic.
  • (Local/Production version) Telegram bot and AI Agent workflow for smart goal tracking based on natural language with analysis and reminders.

← Back to All Projects