/EasyTasks

Primary LanguageTypeScript

banner


EasyTask is a task application designed for people with ADHD that keeps simplicity in mind! It has been fully developed with TDD utilizing the Jest testing library for React and Pytest for testing the Flask backend. In addition, responsiveness/mobile was a put first with Tailwind & Tailwind UI.

Goals To Keep In Mind

  • Fully developed with TDD utilizing the Jest testing library
  • Design with responsiveness/mobile in mind using Tailwind & Tailwind UI

MVP's

  • Authentication using Flask Login(?)
  • Task CRUD (with time frame or without time frame)
    • Tasks will have a due date and importance level for other features to use
  • Calendar Display (switch between Monthly/Weekly/Daily)
  • Singular Task Display (goal would be to help with focus)
    • Ability to cycle through different tasks to focus on. Options would be "finished", "delay", or "next"
  • List Display of Tasks (Order by date due or importance)
  • Filter Tasks

Bonus Features

  • Chrome extension to add a task
  • Suggest next task

Technologies used in EasyTask