Skip to content

vollodimir/user-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Users Data

Projekt hosted pl.vn.ua/user-list.

Description

The application has a table of users. The table has columns with specific data. The "Select Columns" button allows you to select which columns to display. For convenience, there is a search in the list of available columns. Selected columns have a delete column button.

Mission

The application is useful for the convenience of displaying a list of users inside control systems.

For developers

  • User data comes from https://mockapi.io/
  • Search by columns works by filtering the list in frontend.
  • DnD works using the library react-beautiful-dnd (functionality was developed using Mouse Events, but they did not work on the mobile version)
  • Pagination works with a request to the backend

Stored in Redux Toolkit:

  • User data
  • Pagination
  • All columns
  • Popup window state

In future

  • Editing Users
  • User search
  • Sort by column

About

React App, table of data. User can select the columns to display

Topics

Resources

Stars

Watchers

Forks

Contributors