Skip to content

andyzack/monkii-fed

Repository files navigation

monkii-fed

A brief set of exercises to demonstrate your experience and capabilities as a Frontend developer.

Product Listing using Vue.js and Tailwind.css

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Brief

A basic product listing page based on the wireframe found in /wireframe.png using the assets provided in the /assets folder.

All data operations (loading, sorting, filtering) done using JavaScript.

Build tool: npm

The Task

  • Load the product list from /assets/json.products.json
  • Display a grid of product images (found in /assets/products)
  • Allow users to sort product list
  • Allow users to filter product list
  • Clicking through to a single product page
  • Adding products to a basket
  • Further styling

About

Product Listing using Vue.js and Tailwind.css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published