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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ad8666 · Jun 13, 2024
Oct 24, 2023
Sep 20, 2023
Nov 3, 2023
Nov 3, 2023
Oct 6, 2023
Nov 3, 2023
Oct 24, 2023
Nov 3, 2023
Oct 22, 2023
Sep 19, 2023
Sep 20, 2023
Jun 13, 2024
Nov 1, 2023
Sep 19, 2023
Sep 26, 2023
Nov 1, 2023
Sep 25, 2023
Sep 20, 2023

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