https://github.com/thangapandi-k/react-axios-task
Creating a React App that allows for CRUD operations with User Data using React and Axios fetch to interact with a mock API
https://github.com/thangapandi-k/react-axios-task
axios-react crud-api fetch-api loader-component react
Last synced: 8 months ago
JSON representation
Creating a React App that allows for CRUD operations with User Data using React and Axios fetch to interact with a mock API
- Host: GitHub
- URL: https://github.com/thangapandi-k/react-axios-task
- Owner: Thangapandi-K
- Created: 2024-07-10T08:21:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T10:20:46.000Z (over 1 year ago)
- Last Synced: 2025-01-21T19:14:41.978Z (about 1 year ago)
- Topics: axios-react, crud-api, fetch-api, loader-component, react
- Language: JavaScript
- Homepage: https://axios-task-crud.netlify.app/
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React - Axios - Task
Creating a **`React App`** that allows for `CRUD operations` with User Data using React and **`Axios` `fetch`** to interact with a mock API
- Created a welcome page

- Created a form to collect user details
- On submission of the formm data, the data will be added to API data along with existing data.

- Here the saved datas will be displayed in a table format.
- have provided two buttons `Edit` and `Delete` to `Update` and `Remove` user data respectively.

- [Click Here](https://axios-task-crud.netlify.app/) to preview the deployed webpage