zack-market Svelte Themes

Zack Market

zack-market is a frontend which parses api responses from different stores to display products

Zack-Market

FAQ

What?

  • Frontend for showing products, deals, brands, etc. of different markets/stores.

Why?

  • Playing with Svelte
  • Finding better deals

How?

Developing

This project uses bun as package manager and runtime.
Once you've installed dependencies with bun install, start the development server:

bun --bun run dev --open

To get all the respones from OpenAPI, setup the backend zack-market-dl

Design Principles (For humans)

Imports

Import from locals first. Empty Line and then external imports.

Parsing

No or minimal parsing of backend results.

Packages

Use minimal package dependencies.

Look and Feel

Reuse same components or snippets everywhere.

Git

https://www.conventionalcommits.org/en/v1.0.0/#summary

General Inspirations

Website: https://www.mcmaster.com/
Javascript: https://sebhastian.com/
Svelte Concepts:

TODOs

Examples

Search example:

Product example:

License

GNU General Public License 3

Top categories

Loading Svelte Themes