Skip to content

swotwor/users_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD application in the form of a table with fields id, name, and username.

  • user data is obtained from https://jsonplaceholder.typicode.com/users
  • a storage is created using redux-toolkit to save the data
  • the application allows adding, editing, and deleting users (request to the server, then processed in redux)
  • there is a possibility to navigate to the next and previous user
  • the add, edit, and delete user forms are displayed in a modal window
  • there is validation for empty fields in the forms
  • the initial structure with all nested objects was used when creating a new user
  • the records that were edited are displayed in a different font.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published