/google-sheets-clone

Primary LanguageJavaScriptMIT LicenseMIT

Google Sheets Clone

https://reactspreadsheet.netlify.app/

Installation & Get Started

  • Installation: yarn install
  • Getting Started: yarn start
  • LocalHost URL: http://localhost:3000
  • Build App: npm run build

Features

  • Sheet of MxN cells.
  • Insert Row to Above/Below of selected Row.
  • Insert Column to Left/Right of selected Column.
  • Sort Sheet with selected Column Z to A / A to Z
  • Add values from range of cells using SUM Formula.
  • Formula support - Subtraction & Multiplication.
  • Merging two or more cells.
  • Show count of selected columns.

TODOS

Keywords of todos in codebase

  • usecase - To implement an scenario in the current functionality
  • refactor-functionality - To mofidy current functionality for upgrading or supporting new usecases
  • optimize - Optimize current functionality
  • inspect(warning) - Inspect and fix the warning.