/
Custom Todo List

Custom Todo List

You can do whatever project you want. This is just an example

MVP

  • Basic todolist functionality

  • Can assign tasks to people

  • Some simple stat tracking like how many tasks each person has completed

Extension

  • Integrate Weather API

  • Integrate Map API

  • Cool stat tracking

  • e.g. (“Lisa has completed 13 tasks on rainy days, 5 tasks on sunny days, etc)

  • e.g. (“John travelled the furthest, completing a task Xkm away at Y doing Z”)

Components

  • React FE

  • MongoDB to store tasks + related info (like weather on that day, etc)

  • API to link the both

 

 

Related content