Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karim-mamdouh/crud-operations
CRUD page using redux state manegement
https://github.com/karim-mamdouh/crud-operations
crud crud-operation font-awesome i18n i18next node-sass react react-hook-form reactjs redux
Last synced: 16 days ago
JSON representation
CRUD page using redux state manegement
- Host: GitHub
- URL: https://github.com/karim-mamdouh/crud-operations
- Owner: karim-mamdouh
- Created: 2022-09-17T14:46:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T22:48:07.000Z (about 2 years ago)
- Last Synced: 2024-10-10T15:23:27.467Z (about 1 month ago)
- Topics: crud, crud-operation, font-awesome, i18n, i18next, node-sass, react, react-hook-form, reactjs, redux
- Language: JavaScript
- Homepage: http://karim-mamdouh.github.io/CRUD-Operations/
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📃 CRUD Operations
Simple crud operations app using Redux as state manegement
Create, View, Update and Delete users
- To add user fill form data then click Add
- To edit user click on the (pen) icon of the desired user, once clicked user data will be filled in the form to be editted. Once finsihed click on Add button
- To remove user click on (cross) icon of the desired user
- (New) Supprt for En/Ar Languages## 🛠Technologies & Tools Used