Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 829 Bytes

Supplycart Interview Test - Frontend

Instructions

  • Fork this repo to your github account
  • Complete the tasks given using Vue and Tailwindcss
  • Once completed, create a PR to this repository

Tasks

  1. As guest, I want to be able to register an account
  2. As guest, I want to be able to login using registered account
  3. As user, I want to see list of products after login
  4. As user, I want to be able to add product to cart
  5. As user, I want to be able to place order for added products in cart
  6. As user, I want to see my order history

Bonus

  • build using Laravel as base
  • use Vuex
  • create components for elements used e.g form field, product etc
  • add unit tests for the components