Skip to content

devLana/react-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CRUD app built with React and React Hooks.

The app allows the user to create, update, and delete users. The live version can be found at React CRUD App.

A similar app built with plain JavaScript can also be found at Vanilla JS CRUD app.