Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.28 KB

CRUD Operations Project

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.

📋 Overview

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.

✨ Features

  • 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."

🛠️ Technologies Used

  • React: For building user interfaces with reusable components.
  • CSS: For styling the application.

🚀 Setup and Usage

To run this project locally:

Clone the repository:

Install dependencies:

  • cd crud-operations
  • npm install

Start the application:

  • npm start