The Filter Data App is a React-based application that dynamically filters a list of items based on user-typed words. With clean state management and event handling, it allows users to view specific data subsets instantly.
The goal of this project was to gain practical experience in filtering arrays in React, conditional rendering, and managing stateful UI.
🔗👉 click here to see the live demo--> https://nanthakumar-m.github.io/filter_data-react/
🚫 Note: This website is not responsive and is best viewed on desktop screens.
- HTML5
- CSS3
- React
- Vite (Build tool)
✅ Displays a list of data items (e.g., based on category)
✅ Allows filtering the data dynamically by category selection
✅ Uses React state and event handlers to update the UI
✅ Learned how to filter and display dynamic data in React
✅ Strengthened understanding of useState for managing filter state
✅ Practiced conditional rendering and mapping filtered data