Skip to content

jsphdon/react-crud-and-search-filter

Repository files navigation

A React Application that has the CRUD function and has Search and Filter functions

run

npm install first

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Play around

You can click the filters and see the filtered data in the table
You can type and search some names
You can delete all data inside the db.json and see what will happen.