lvvsndattasai / P6

Project 6
0 stars 0 forks source link

Convert the app to use axios - Replace FetchModel in all the components #5

Open lvvsndattasai opened 8 months ago

lvvsndattasai commented 8 months ago

As a developer, I want to replace the FetchModel function in all the component with axios for fetching data from the web server.

Acceptance Criteria:

Replace all instances of FetchModel with axios.get in all the components. Ensure that the functionality of the app remains the same before and after the switch. Test the app to confirm that it works correctly with axios for data fetching. Estimated Time: 3 hours

nikilteja215 commented 8 months ago

Development Done