This repository contains a CRUD (Create, Read, Update, Delete) application built with React. The project demonstrates fundamental CRUD functionality with modular and reusable components, particularly focusing on user management.
This CRUD application provides a user-friendly interface to manage a list of users. Each user entry can be created, read, updated, and deleted, allowing seamless management of user data. The application is built using React and demonstrates best practices in component-based development.
- Create User: Add a new user to the list.
- Read User: View a list of users and see detailed information about each user.
- Update User: Edit existing user details.
- Delete User: Remove a user from the list.
- Loader Component: Visual feedback during data loading.
- Error Handling: User-friendly messages for scenarios like "User Not Found."
- React: For building user interfaces with reusable components.
- CSS: For styling the application.
To run this project locally:
- cd crud-operations
- npm install
- npm start