Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.5 KB

Produce PLU Code Search

A React app to search and display the PLU code for grocery produce items, with autosuggest and accessibility features.

App Screenshot)

Features

  • Search for produce items by name
  • Display the corresponding PLU code
  • Autosuggest feature for easier searching
  • Accessible design with keyboard navigation and screen reader support

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (version 6.x or higher)

Installation

  1. Clone the repository: git clone https://github.com/asiak/produce-plu-code-search.git

  2. Navigate to the project directory:

cd produce-plu-code-search

npm install

  1. Install the dependencies:

cd produce-plu-code-search

  1. Run the development server:

Now you can access the app at http://localhost:3000.

Deployment

To create a production build, run:

npm run build

The build folder will contain the optimized production build files. Follow your preferred deployment method to deploy the app.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request with your improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.