Build a React Table example with react-table v7 by a CRUD Application to consume Web API with Axios, display and modify data with Router & Bootstrap.
- Each User has id, name, username, email, published status.
- We can create, retrieve, update, delete Users.
- List of Users is shown in a Table using
react-table
v7 - There is a Search bar for finding Users by title.
.env
PORT=3000
In the project directory, you can run:
npm install
# or
yarn install
or
npm start
# or
yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.