Giter Club home page Giter Club logo

matrix-calculator's Introduction

Overview

A simple matrix calculator that computes the dot product of two matrices.

This project was designed to practice my skills with JavaScript, and to teach me how to write TypeScript in the context of a simple Single Page Application using React. It made the debugging process much easier through inference of types.

A live demo is available here.

matrix-calculator's People

Contributors

cameronmackenzie99 avatar

Watchers

 avatar

matrix-calculator's Issues

Cannot modify cells after submit

What Happened?

Matrices are not editable after one submission, unless the size of one of the grids is changed.

Steps to reproduce

  1. Select two compatible grid sizes (e.g. 2x3 3x2)
  2. Fill in the grids with any numbers
  3. Press submit
  4. Attempt to edit the top grid cells

Result matrix not clearing

#What happened?
Pressing submit multiple times with two valid input matrices causes the output matrix to add the result on in a cumulative fashion rather than displaying the same result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.