Reiz Tech Frontend Developer Task 2
Reiz Tech Frontend Developer Task 2
Feature requirements
Technical requirements
• VueJS 3
• Vite
• Typescript
• Vitest
• Write a fetch helper which theoretically would be used
throughout the application to fetch data.
o It must be typesafe.
o Be an improvement over a default fetch function.
o Write 2 unit tests for it.
• Use your new fetch helper to fetch a products list.
• Avoid duplicate code, use right abstractions for layout and
components.
• Code cleanliness and consistent style is important. Airbnb
javascript style guide can be used as a baseline, but is not
required: Airbnb JavaScript Style Guide