Skip to content

yurii-lubynets/user-management-postal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React, Mobx, Material-UI

Features:

Add new user

  • User data should include name (required), company name (required), phone(required, numbers only)
  • View list of all existing users
  • Users can be deleted from this list
  • Filter user list
  • Open text filter. Once the user will enter text the data should should only records that include this text in one of the fields.
  • Clear button that removes the text from the filter.

Things to keep in mind

  • There is no backend or db connected to the web app
  • All the data is saved on the internal state
  • The state is managed using MobX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published