Skip to content

x4AEKx/fsp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filtering sorting pagination application

React application:

  • Client-side pagination: data displayed page by page, maximum 50 items per page, custom navigation to navigate through the pages.
  • Sort by columns: when you click on a column name, the table rows are sorted in ascending order, when you click again, in descending order.
  • Filtering: the component provides a text box into which the user can enter text and table rows whose data does not contain a substring, data that is hidden is entered. Re-filtering is performed for each change in the field value.

Demonstration:

you can see the project: https://fsp-herokuapp.herokuapp.com/


pagination image


Used technologies:

  • Styled components
  • Typescript
  • React
  • Redux
  • Redux-thunk

Run project:

for run project

  1. Clone repository git clone https://github.com/x4AEKx/fsp-app.git your-folder

  2. Type npm install && npm run start

About

Filtering sorting pagination application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published