Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneeshlalwani/spreadsheet-javascript

A spreadsheet application, features parsing and evaluating mathematical expressions, implementing spreadsheet functions, handling cell references, and creating interactive web interfaces with dynamic updates.
https://github.com/aneeshlalwani/spreadsheet-javascript

arrow-functions css3 dom-manipulation functional-programming html5 javascript

Last synced: 11 days ago
JSON representation

A spreadsheet application, features parsing and evaluating mathematical expressions, implementing spreadsheet functions, handling cell references, and creating interactive web interfaces with dynamic updates.

Awesome Lists containing this project

README

        

# JavaScript SpreadSheet

This project explores the principles of Functional Programming.
It implements a spreadsheet application using JavaScript,
where code is organized into smaller functions that are combined to build complex programs.

## Key Features
- Parsing and evaluating mathematical expressions
- Implementing spreadsheet functions
- Handling cell references
- Creating interactive web interfaces with dynamic updates based on user input

## Concepts Covered
- map() : method for array manipulation
- find() : method for searching arrays
- parseInt() : for converting strings to integers
- includes() : method for checking array inclusion

### Live Link
[Visit Website](https://javascript-spreadsheet.netlify.app/)