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

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

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

![alt text](image.png)

- 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.

![alt text](image-1.png)

- 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.

![alt text](image-2.png)

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