npm installcommand to setup the projectnpm run devcommand to open the project in the development server onhttp://localhost:3000npm run buildcommand to build the project for productionnpm run startcommand to view the project in the production environment after build script.
-
the user can add row by click on Add Row button.
-
the user can add column by click on Add Column button.
-
the user can remove row by click on Remove Row button.
-
the user can remove column by click on Remove Column button.
-
The user can edit each cell and save the content by click on Save button.
-
The app saves the data in the browser so it wouldn't be lost when refreshing the page.
- HTML
- CSS
- JavaScript
- TypeScript
- React
- Next.js
- Tailwind CSS
- React redux & Redux toolkit
- React Table