This is an implementation of the paper "Table Illustrator: Puzzle-based Authoring of Plain Tables" (accepted by CHI'24). The current repo is the frontend. The backend can be found here. The online demo based on this implementation can be found here. For more details please refer to the paper.
-
Run
npm run release
in the BACKEND repo. -
Copy the file
release/tableshop.js
in the backend tosrc/process/tableshop.js
in the frontend. -
Run
vite
to start the server.