App Idea Manager

TODO

  • Add button on list page if no ideas exist
  • Expand data model to include more items?
  • "name":"Example", "gist": "Coolest App Ever", "description":"This app is so cool. It should do this and this and this.", "difficulty": "easy - medium - hard", "rating": "1-5? How much fun to build?", "technologies": ["dexie", "nextjs"], "possibleNames": ["CoolApp", "AppCool"], "considerations": ["Consideration 1", "Consideration 2"], "mvpFeatures": [], "stretchGoals": []
  • Support markdown in description if othe data properties aren't included? - Maybe a preview tab?
  • Make list page the home page
  • Complete About page
  • Add filter to idea list page
  • Add sorting to idea list page