Skip to content

A react app functionality for searching and deleting users from a user's List

Notifications You must be signed in to change notification settings

reddy-epk/Users-operations

Repository files navigation

Adding Search and delete functionality through React Class Component and State

  • Searchable Users List
    • Searching User
    • Deleting User
  • setState()
    • Object Syntax
  • Components
    • Passing Callbacks

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start