Skip to content

LightHousek3/Part3

Repository files navigation

Phần 3 Tìm kiếm sản phẩm thông qua URL

Mục tiêu

  • Nắm được các kiến thức tổng hợp thư viện react router

  • Ứng dụng các kiến thức về react router để xây dựng các chức năng trong trang web

Mô tả

  • Tạo hai component ListProduct và ProductDeatil

  • Trong component ListProduct, tạo một mảng products với các trường: id, name, price, image. Sau đó lưu mảng dữ liệu lên localStorage

  • Thực hiện render dữ liệu ra ngoài giao diện

  • Khi nhấn vào xem tiết thì chuyển qua trang detail và hiển thị thông tin chi tiết của sản phẩm

  • Thực hiện chức năng tìm kiếm sản phẩm, khi nhập dữ liệu lên ô input và nhấn nút tìm kiếm, dữ liệu tìm kiếm sẽ hiển thị trên thanh url

  • Đường dẫn: http://localhost:5173/list-product?name=vivo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published