Jason a6056f69ca Advanced search work started
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 16:50:41 -05:00
2026-04-28 16:50:41 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-24 14:09:04 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00
2026-04-11 00:04:09 -05:00

Product Finder Application

A Flask-based web application for finding products through an interactive quiz interface.

Quick Start

🚀 Running the Application

Option 1: Using VS Code Tasks (Recommended)

  • Press Ctrl+Shift+P → Type "Tasks: Run Task" → Select "Start Flask Server"
  • Open http://127.0.0.1:8080

Option 2: Command Line

cd app
python app.py

📊 Updating Product Data

When you update app/data/products.csv:

  • Press Ctrl+Shift+B to process the data
  • All JSON files will be regenerated automatically

Project Structure

📁 app/              - All active project files (application code, assets, data)
📁 information/      - Documentation and deprecated files

See information/FOLDER_STRUCTURE.md for detailed organization.

Documentation

Development

All development happens in the app/ folder. The project uses:

  • Flask for the web server
  • Python for data processing
  • Vanilla JavaScript for the frontend

Version: 2.0
Last Updated: March 26, 2026

S
Description
No description provided
Readme 17 MiB
Languages
HTML 39.4%
Python 32.2%
JavaScript 23.3%
CSS 4.9%
Batchfile 0.2%