Skip to content

Instantly share code, notes, and snippets.

@JustSteveKing
Created February 1, 2022 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustSteveKing/4437ec799a81e583257a9c43c191ab36 to your computer and use it in GitHub Desktop.
Save JustSteveKing/4437ec799a81e583257a9c43c191ab36 to your computer and use it in GitHub Desktop.
A Mock Tech test

Task

We need a new website built that will show a list of products and categories available from our online store. Our online store is currently available through a third party system API

Our products and categories go through weekly releases, so we need a task in place that will sync our records on a weekly basis.

There is no stock control system needed.

Our website will require displaying a drop-down list of categories to navigate to in an SEO friendly manner - and also list all products on the home page. We should be able to expand the view on products to see the full information.

Requirements

  • Laravel
  • Docker
  • Testing

The frontend approach you have creative freedom to choose how you want to approach this. Inertia/Blade/Livewire/etc

@susantp
Copy link

susantp commented May 24, 2023

is it real project?

@JustSteveKing
Copy link
Author

is it real project?

This is something I created to help people practice for tech tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment