This is my first CRUD application which I made while learning React.
- Add new users
- Edit existing users
- Delete users
- View user list in a table
- React (useState Hook)
- Bootstrap (for styling)
- Install dependencies:
- Start the development server:
- Open in browser:
I made this project when I was initially learning React to understand how CRUD operations work in a React app using functional components and hooks.
