This project demonstrates how to build a search filter in React.
It dynamically filters and displays a list of names based on user input.
This is part of *Experiment 8, focusing on *state management and list filtering in React.
Using Create React App:
npx create-react-app search-filter
cd search-filter
npm start
search-filter/ ├── src/ │ ├── App.jsx │ └── main.jsx ├── package.json └── README.md