Simple CRUD is a single page application built with React as part of my book Understanding React. It was built using the Material UI components. Implemented using function based components. Do you want to see the same application but using class based components? Check here.
The book is completely free for my students (if you want to read it, just write to me).
- git clone https://github.com/enriquemolinari/react-practical-1.git simple-crud
- cd simple-crud
- npm install
- npm start