Admin Dashboard Replica

React app where in components are reused by passing dynamic data to the component. Use of React - router to navigate between different pages in the app. #react-router-dom (BrowserRouter, Switch, Link, Route)

Crud Operations -

Performing these operations in the app.

  • Create - post form data to the API server which includes - (first name, last name, email, phone number)
  • Read - get request to fetch the user details on the page
  • Update - put request to make changes/ update the user info
  • Delete - delete a particular user by use of ID.