Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 673 Bytes

File metadata and controls

25 lines (13 loc) · 673 Bytes

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

  • 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

  • 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