Skip to content

An (unfinished) app that illustrates compartmentalized learning with drag-and-drop

Notifications You must be signed in to change notification settings

zineanteoh/tinybento-v1

Repository files navigation

TinyBento

Alt text

output

Terminology

High-level:

  • TinyBento - Our app!
  • Bento - The single box that holds everything. Has dimensions, width, height, etc.

Drag and Drop Components (dndkit):

  • DroppableBentoSquare - A single square in the bento that can hold an ingredient. There are (width x height) of these in a bento
  • DraggableIngredient - An ingredient that can be dragged and dropped into a DroppableBentoSquare

Interfaces:

  • Ingredient - A single item contained in the bento. Can have one of many variants:
    • DroppedIngredient - A type of ingredient that has been dropped into the bento
    • PreviewIngredient - A type of ingredient that is being dragged around the screen

About

An (unfinished) app that illustrates compartmentalized learning with drag-and-drop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published