Hoppi164 / one-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Task

A Todo List Created For People With ADHD

  • Tactile
  • Interactive
  • One task at a time
Todo

MVP:

  • Create Card Component
    • [] Make card reactive size
  • Create routes -- Will there be multiple routes?
  • Create Functionality to "Create" task / View all tasks
  • Create Functionality to "Plan" tasks by swiping up
  • Create Functionality to "Order" tasks by drag and drop
  • Create Home screen View of First Card
  • Create Functionality to "Complete" task by swiping right

Future Stage

  • Add Unit Tests
  • Add E2E Tests
  • Create Functionality to "Skip" task by scrolling down
  • Add analytics Tracking
  • Create "Points Earned" page
  • Add Login / Auth
  • Add In App Payments
  • Add themes page for changing appearance of cards, background, and points (purchased via IAP)
Development Instructions

Developing

  • install dependencies with npm install
  • start a development server: npm run dev -- --open
  • To create a production version of your app: npm run build
  • You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About


Languages

Language:Svelte 77.2%Language:JavaScript 19.6%Language:HTML 3.2%