Skip to content

michal-grzelak/coraz-lepszy-sklep

Repository files navigation

Coraz Lepszy Sklep

Run project

  1. pnpm install - install dependencies
  2. pnpm dev - run dev server

Open http://localhost:3000 with your browser to see the result.

Learn More

App represents a cart with add product form and a flow to set adress, shipping method, payment method and summary to finally send request to a public requestbin. Logic is based on state machine using xstate library.