Skip to content

thapasijan171/googleSheet

Repository files navigation

Google Sheets Clone

A simple Google Sheets clone built using vanilla JavaScript, HTML, and CSS. This project replicates basic spreadsheet functionalities like editing cells, applying formulas, and handling data.

Features

  • Create and edit cells dynamically
  • Apply basic formulas (e.g., sum, average)
  • Save and load spreadsheet data locally using browser storage
  • Responsive and intuitive UI for spreadsheet interactions

Tech Stack

  • HTML5
  • CSS3
  • Vanilla JavaScript (no frameworks)

Usage

  • Click on a cell to edit its value.
  • Press Enter to save the value.
  • Use basic formulas like =SUM(A1:A5) for calculations.

Future Improvements

  • Add more advanced formulas and functions.
  • Implement real-time collaboration features.
  • Add export/import functionality for CSV or Excel files.