Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.4 KB

Brand-Filtered Product Table Application

This React Application with Typescript is designed to display product data through an API, allowing users to conveniently browse and select products based on specific brand preferences.

Features:

  • API Integration: The app smoothly connects to an external API for real-time product updates, keeping information current.
  • Mobx State Management: Mobx powers automatic updates, ensuring a lively user interface as data changes.
  • Dynamic Product Table: The central feature is a dynamic table displaying various product details, reacting instantly to data shifts for a seamless user experience.
  • Brand Filtering: Users can effortlessly filter products by brand, thanks to Mobx managing the filtering process.
  • Sorting Options: Users have the flexibility to sort the displayed products based on various parameters such as brand, title, or price.
  • Responsive Design: The application is developed with a responsive design, ensuring compatibility across different devices and screen sizes.

Result

App deployed to GitHub-Pages