Skip to content

A React application demonstrating CRUD functionality for user management with modular and reusable components.

Notifications You must be signed in to change notification settings

zahaaMuhanna/Crud-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React application demonstrating CRUD functionality for user management with modular and reusable components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published