ExcelEase is a user-friendly web application designed to simplify data management by transforming each row of your uploaded Excel sheet or CSV file into an editable card. This application provides a seamless and intuitive interface for users to effortlessly edit existing data or add new rows to their dataset or delete data. The users can also easily download the edited file.
Made as part of the GTA hackathon.
- Users can add ,edit and delete data from the file.
- The file can contain any number of rows and the labels for the card will be dynamically generated.
- Users can select which columns should be displayed from the file that they uploaded.
- Local Storage is used to store the files.
- Any row can be easily searched using the row number.
- Table Pagination is implemented.
-
The project was created using Vite.
-
React, Tailwind CSS and Material UI was used to build the interfaces.
-
Local Storage was used to store the files
-
The frontend was hosted on Vercel .
Clone the project
git clone
Go to the project directory
cd ExcelEase
Install dependencies
npm install
Start the dev server
npm run dev