This is a simple application that enables users to create their task,read,update and as well delete their info,in implementing its functionalities Redux state management library was used.
crud-project/ │── src/ │ ├── app/ │ │ ├── store.ts │ ├── features/ │ │ ├── users/ │ │ │ ├── userSlice.ts │ ├── components/ │ │ ├── UserForm.tsx │ │ ├── UserList.tsx │ ├── App.css │ ├── App.tsx │ ├── index.css │ ├── main.tsx │── .gitignore │── eslint.config.js │── package.json │── README.md │── tsconfig.app.json │── tsconfig.json │── tsconfig.node.json │── package.json
[App picture] ("./public/Screenshot from 2025-03-26 16-20-09.png")