Skip to content

Simple CRUD with Global Search and Pagination using React table

Notifications You must be signed in to change notification settings

naveenkulkarni029/user-crud-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.