Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 820 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 820 Bytes

React Table example: USER CRUD App with react-table v7

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.

Set port

.env

PORT=3000

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

Compiles and hot-reloads for development

npm start
# or
yarn start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.