E Shopee Versions Save

💳 Online shopping application and e-commerce trading platform.

v3.0.0

1 year ago

What's Changed

  • Config Axios method to call API from Backend (ContentType, Header, BaseURL, Bearer Token...)
  • Building abstract class (GET, POST, PUT promise functions...)
  • Rendering data from API
  • Interacting with the user through interface 3 tiers: Users-Sellers-Admins
  • Deploy the real website to the host
  • Cleaning and refactoring code
  • Enhance UI/UX
  • Update README
  • Add some features to the user's interface: Register/Login user Create a new/Edit/Delete (account profile, payment methods, credit cards, address information...) Search categories and products by name Sort/Order products by price, lastest, alphabet, pagination, list view mode List hot products are discounting Display product details info by id and by name (id, name, product preview images, descriptions, price, stocks, models, mass, ship to, shop-owned preview...) Display detail about this product's shop owned by id (id, name, address, descriptions, total products, total reviews, rating cancel, publishing products...) Add product to cart and preview cart Update, delete, and change the quantity of products in the cart Order/checkout products from the cart Following order status and order details
  • Add some features of the seller interface: Create a new/Edit/Delete shop's information Upload avatar/cover/product demo images Add a new product category
  • Add some features of the seller interface: Search category children by name Add a new/Update/Delete category children attributes by id Management categories list

Details

New Contributors

Full Changelog: https://github.com/thuongtruong1009/e-shopee/compare/v2.2...v3.0

v2.2

2 years ago

What's Changed

  • Span layout
  • Refactoring pages & router
  • More features for the seller
  • Split code
  • Migrate completely to composition API
  • Collect shared data
  • Minor bugs fixed

Details

Full Changelog: https://github.com/thuongtruong1009/e-shopee/compare/v2.1...v2.2

v2.1

2 years ago

What's Changed

  • Completing components.
  • Enhance UI/UX.
  • Add more icons.
  • Init locales script and money unit.
  • style layouts.
  • Fixes minor bugs.
  • refactoring router.
  • Rendering products list from the fake array.
  • Add scroll to top feature.
  • Demo carousel.

Detail

Full Changelog: https://github.com/thuongtruong1009/e-shopee/compare/v2.0...v2.1

v2.0

2 years ago

What's Changed

  • Building components
  • Formed layout 3 sides: customers - the sellers - admin
  • External effect: swiper, pie-chart, are-chart
  • Route pages into layouts
  • Dark-mode and icons
  • Upgrade to Composition API in Vue 3
  • Customizing scrollbar

Details

Full Changelog: https://github.com/thuongtruong1009/e-shopee/compare/v1.0...v2.0

v1.0

2 years ago

What's new

  • Initial project and build
  • Generate the template
  • Define components

Details

New Contributors

Full Changelog: https://github.com/thuongtruong1009/e-commerce/commits/v1.0