An advanced data-table application built with React.
It showcases table rendering, data management, and a clean UI approach — ideal for displaying and interacting with tabular data (e.g. user lists, records, data grids).
- Display a list of people/data in tabular form
- Sorting, filtering, or searching (if implemented) — for easy data navigation
- Responsive and clean layout
- Reusable components and modular code structure
- Built with modern frontend tooling
- React
- TypeScript (optional — if used) or JavaScript
- CSS / SCSS (or chosen styling)
- Table library or custom table implementation (e.g. using a table/grid solution)
- Node.js and npm (or yarn) installed
git clone https://github.com/YourUsername/react_people-table-advanced.git
cd react_people-table-advanced
npm install
npm run dev