Loading repository dataβ¦
Loading repository dataβ¦
kazvee / repository
π Local Bytes is a lightweight, responsive food discovery app. β¨LIVE DEMOβ¨ Search by meal or cuisine and view recommended dishes.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
β¨ LIVE DEMO β¨
Local Bytes is a lightweight, responsive food discovery app. Search by dish or cuisine to discover recommended items across a variety of food spots, including restaurants, bakeries, grocery stores, and more!
Food spot data is handled via a straightforward CSV-to-JSON workflow:
src/data for the next app refresh.npm run convert). This JSON is what the app reads at runtime.flowchart TD
style CSV fill:#fef3c7,stroke:#f59e0b,stroke-width:2px
style Converter fill:#fce7f3,stroke:#ec4899,stroke-width:2px
style JSON fill:#dbeafe,stroke:#3b82f6,stroke-width:2px
style App fill:#d1fae5,stroke:#10b981,stroke-width:2px
style Contributor1 fill:#fef2f2,stroke:#ef4444,stroke-width:2px
style Contributor2 fill:#fef2f2,stroke:#ef4444,stroke-width:2px
Contributor1["π¦ Contributor 1"] --> CSV["π Shared CSV File"]
Contributor2["πΏοΈ Contributor 2"] --> CSV
CSV --> Converter["β¨ CSV-to-JSON Converter"]
Converter --> JSON["π Generated JSON"]
JSON --> App["π» Local Bytes App"]
npm i (or npm install).localbytes.csv inside src/data, using example.localbytes.csv as a reference to ensure correct headers and formatting.npm run dev.npm run build.npm run preview.