This project is a web application built with Rust and Yew for analyzing and visualizing Spanish ceramic tile inventory data.
- Interactive map displaying tile locations
- Inventory analysis with statistics
- Photo viewer for selected tiles
- Synchronized selection between map and analysis display
app
: Main application logiccomponents
: Reusable UI componentsdata
: Data structures and analysis functionsutils
: Utility functions (e.g., CSV parsing)spanish-tiles-nola
: Web entry point and HTML template
- Install Rust and trunk
- Clone this repository
- Run
cd spanish-tiles-nola && trunk build && cp -R ../Inventory_Images dist && cp -R ../static dist && trunk serve
in the project root - Serve the
spanish-tiles-nola
directory using a local server
Open the application in a web browser and interact with the map and analysis display to explore the Spanish tile inventory data.