Skip to content

nikama-s/view-products

Repository files navigation

Product Viewer Website

A responsive web application built with TypeScript, React.js, Next.js, and MUI to browse and search products. This app allows users to view products, filter by categories, and search for specific items in an intuitive interface.

Features

  • Product Browsing: Users can browse products displayed dynamically.
  • Sorting and Searching: Sort and search products by name for a smoother experience.
  • Responsive Design: The app is optimized for various screen sizes, ensuring a seamless experience across devices.
  • Live Demo: You can check out the live demo of the product viewer at Live Demo.

Technologies Used

  • TypeScript: For type-safe JavaScript and better developer experience.
  • React.js: For building the user interface with reusable components.
  • Next.js: To enable server-side rendering and better performance.
  • MUI: For Material-UI components and consistent design.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nikama-s/view-products.git
  2. Install the dependencies:

    cd view-products
    npm install
  3. Run the development server:

    npm run dev

    The application will be available at http://localhost:3000.

Links

Releases

No releases published

Packages

No packages published