Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route table #5

Open
KarolinaZielonka opened this issue Dec 16, 2022 · 0 comments
Open

Route table #5

KarolinaZielonka opened this issue Dec 16, 2022 · 0 comments

Comments

@KarolinaZielonka
Copy link
Collaborator

Implement a component showing a list of addresses from packages in a sleigh.

Screenshot 2022-12-15 at 17 08 13

You should use data from this endpoint

In the beginning, you can use a hardcoded list of the type

PackageDistribution: {
    id: string;
    name: string;
    address: string;
    postcode: string;
    city: string;
    country: string;
    lat: string;
    lng: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant