Craftsvilla
points to be consider:
- all website will have same font style, font size can be changed accordingly
- whole website will same same color combination
- website should have the proper flow
functionality to be added:
////======User Interface functionality======///////
- sign in/log in
- filter
- sort
- add to cart
- checkout
//////==Admin====//////
- seprate login/register
- add product
- edit product
- delete product
/////======sign in/login=======///// admin/customer
//////=====Index page=====//// nav bar footer slide show
///////===product page=====///////// add to cart (use localstorage onclik)[key:"cart"] filter sort
////////=====cart====///// incerment decrement delete total buy button (onclick use local storage)[key:"ckeckout"]
///=======checkout====///////
total
placeorder button(onclick alert "order placed successfully")