0.1.0 • Published 8 months ago

search-data v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

React Search Products Project

This is a React project that allows users to search for products. It includes custom components for displaying individual products and searching for products based on user input.

Getting Started

To get started with this project, you'll need to follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/bharat_gareja/search-data.git
    cd search-data
    npm install

    OR

  2. Install the required dependencies:

    ract,react-dom,axios,react-script,tailwind

  3. Start the development server: The project should now be running on http://localhost:<your-port>.

Usage

To use the search functionality and display data, you can follow these steps:

  1. Enter a search query in the input field labeled "Search Product."

  2. As you type, the product list will update in real-time to show data that match your search query.

Components

Searchproducts Component

The Searchproducts component is responsible for displaying the search input field and the list of data.

Usage:

import React from 'react';
import Searchproducts from './Searchproducts';

function App() {
  return (
    <div>
      <Searchproducts url='/api/products' />
    </div>
  );
}

export default App;
0.1.0

8 months ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago