This is a simple spreadsheet application built with React, allowing users to manage items with name-value pairs. It includes features like adding, updating, deleting items, undo/redo functionality, and copying/pasting cell values.
- View and manage items with name and value fields.
- Add new items to the spreadsheet.
- Update existing item names and values.
- Delete items from the spreadsheet.
- Undo and redo actions.
- Copy and paste cell values within the spreadsheet.
- React
- Axios for API requests
- CSS for styling
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm (or yarn) installed on your development machine.
- Clone the repo
git clone https://github.com/your-username/react-spreadsheet-app.git
2.Install NPM packages
npm install
npm start
3.photos
when user click on the cell and press delete key from keyboard it will ask confirmation and then delete it
