Skip to content

tarekelkanaria/excel-sheet

Repository files navigation

Excel Sheet


Dynamic excel sheet for managing data

Demo Preview

Link to the demo

Project setup

  • npm install command to setup the project
  • npm run dev command to open the project in the development server on http://localhost:3000
  • npm run build command to build the project for production
  • npm run start command to view the project in the production environment after build script.

Requirements

  • 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.

Used languages and tools

  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • React
  • Next.js
  • Tailwind CSS
  • React redux & Redux toolkit
  • React Table

About

Dynamic excel sheet for managing data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors