Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UshaNandhiniM authored Jun 30, 2024
1 parent cf8461e commit 80d147c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# React + Vite
This is the Task for React Day_10

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This React application demonstrates CRUD operations using Axios for API calls. It includes components for creating, editing, and displaying user data fetched from a mock API.

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
The application uses a mock API hosted at (https://6680d76956c2c76b495cdae5.mockapi.io/product) | The API is used for storing and retrieving user data.

0 comments on commit 80d147c

Please sign in to comment.