https://github.com/shobanamuthiah/crud-with-userdata
CRUD operations with USERDATA which could be handled through the mock api
https://github.com/shobanamuthiah/crud-with-userdata
bootstrap crud-application css3 html5 javascript mockapi-io userdata-manager
Last synced: about 2 months ago
JSON representation
CRUD operations with USERDATA which could be handled through the mock api
- Host: GitHub
- URL: https://github.com/shobanamuthiah/crud-with-userdata
- Owner: ShobanaMuthiah
- Created: 2024-05-18T18:22:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T18:06:57.000Z (about 2 years ago)
- Last Synced: 2025-03-03T03:11:42.500Z (over 1 year ago)
- Topics: bootstrap, crud-application, css3, html5, javascript, mockapi-io, userdata-manager
- Language: JavaScript
- Homepage: https://crud-operation-user-data.netlify.app
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Mock API used in this project :- https://664a195ca300e8795d40fc04.mockapi.io/UserData
* About the Project CRUD:
=> Home page displays all of the data which are in the api.
=> Product page displays all data in table format then we can edit the respective data or else we can delete the respective data.
=> If we want to add any data there is a create option appear on top of the page and also placed below of Product page
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh