A simple React CRUD (Create, Read, Update, Delete) application built with modern React practices. This project demonstrates managing data dynamically in a React frontend and interacting with JSON or API endpoints.
- Create, read, update, and delete records
- Fully functional UI built with React
- Uses React state, hooks, and Redux for state management
- Simple project structure for easy learning and modification
- Node.js v18+
- npm or yarn
- Clone the repository:
git clone https://github.com/DeepaliMoraskar/reactcrud.git
cd reactcrud
npm install
# or
yarn install
npm run dev
# or
yarn dev```