/CRUD-operations-with-React

CRUD operations using React

Primary LanguageJavaScript

CRUD-operations-with-React

This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using React.js. The application provides a simple interface for managing a list of items, showcasing how to integrate frontend functionality with a mock data management system.

Features

  1. Create: Add new items to the list.
  2. Read: View the list of items.
  3. Update: Modify existing items in the list.
  4. Delete: Remove items from the list.

Tech Stack

  1. React.js: JavaScript library for building user interfaces.
  2. CSS: For styling the components.