CRUD Operation using open API
Showing
... | ... | @@ -3,11 +3,15 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.9.3", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"bootstrap": "^5.3.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.0.5", | ||
"react-router-dom": "^6.9.0", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
... | ... |
src/api/schema.js
0 → 100644
src/api/server.js
0 → 100644
src/app/store.js
0 → 100644
src/components/Create.jsx
0 → 100644
src/components/Navbar.jsx
0 → 100644
src/components/Read.jsx
0 → 100644
src/components/Update.jsx
0 → 100644
Please register or sign in to comment