-
Product details displayed by using Axios Fetch API.
-
It is based on
CURD
Operation.- C - POST (create)
- U - GET
- R - PUT (update)
- D - DELETE
-
Click
create
to add the products details to the home page. -
Click
edit
to modify the content. -
Click
delete
to remove the product from the home page.
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 uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh