An open API service indexing awesome lists of open source software.

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

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