A React app to search and display the PLU code for grocery produce items, with autosuggest and accessibility 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
These instructions will help you set up the project on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/asiak/produce-plu-code-search.git
-
Navigate to the project directory:
cd produce-plu-code-search
npm install
Install the dependencies:
cd produce-plu-code-search
- Run the development server:
Now you can access the app at http://localhost:3000.
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.
Contributions are welcome! Please feel free to open an issue or submit a pull request with your improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.