- Fork this repo to your github account
- Complete the tasks given using Vue and Tailwindcss
- Once completed, create a PR to this repository
- As guest, I want to be able to register an account
- As guest, I want to be able to login using registered account
- As user, I want to see list of products after login
- As user, I want to be able to add product to cart
- As user, I want to be able to place order for added products in cart
- As user, I want to see my order history
- build using Laravel as base
- use Vuex
- create components for elements used e.g form field, product etc
- add unit tests for the components