A simple product search application. With this app, you can search for a brand or product and view all related items.
- Fast product search by name or brand
- Displays all products related to a search term
- Collapsible sidebar for easy navigation
- Simple and user-friendly interface
Follow these steps to set up and run the project:
# Clone the repository
git clone https://github.com/username/product-search-app.git
# Navigate into the project folder
cd product-search-app
# Install dependencies (example for Node.js)
npm install
# Start the application
npm start