Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 440 Bytes

react-pagination

This is the demo how to use pagination concept in react and here feature of sorting table with their name and date and also you can search data.

BackEnd

  1. Clone or Download this repo.
  2. Go to Nodejs folder and run npm install
  3. Now run node_modules/.bin/babel-node app.js.

Now your server is start, you can fetch the data.

FrontEnd

  1. Go to Reactjs folder and run npm install.
  2. Now run npm start.