GithubHelp home page GithubHelp logo

mark-wiemer / math-with-mark Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.35 MB

Free, accessible, interactive math lessons. (Under construction)

Home Page: https://mathwithmark.com

HTML 9.28% TypeScript 90.72%
education math

math-with-mark's Introduction

Math with Mark

Math with Mark is a website designed to assist math tutors and students. It provides tools and tips for learners to better understand how to approach and solve math problems. Ideally, Math with Mark helps students develop logical reasoning skills that they can apply in their day-to-day life.

Of course, the site doesn't exist yet. But I'm working on it! Check back often.

Toolchain

  • React
  • React Bootstrap

math-with-mark's People

Contributors

mark-wiemer avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

math-with-mark's Issues

Steps not showing

check out good tag where it works and then fixup-katex branch where it doesn't

problem is new parser not including the ParenthesisNodes that we explicitly want

We'll have to do something about that...

Fix large bundle

npm run build shouldn't give any warnings

File sizes after gzip:

555.87 kB build\static\js\main.447de059.js
1.79 kB build\static\js\787.72a0094a.chunk.js

The bundle size is significantly larger than recommended.
Consider reducing it with code splitting: https://goo.gl/9VhYWB
You can also analyze the project dependencies: https://goo.gl/LeUzfb

Improve e2e dev experience

Currently devs on Windows machines have to manually copy changed files and run a janky PowerShell script. Fully automate process to copy win32 files as linux files always with resilient script.

Support fraction arithmetic

    // rules.test.ts

    const sut = ruleSut(rules.RuleID.Arithmetic);

    it('combines fractions of the same denominator', () => {
      expect(sut('1 / 3 + 1 / 3')).toEqual('2 / 3');
      expect(sut('1 / 3 * 2 / 3')).toEqual('2 / 9');
    });

    it('simplifies fractions', () => {
      expect(sut('4 / 6')).toEqual('2 / 3');
      expect(sut('8 / 2')).toEqual('4');
    });

    it('combines fractions of different denominators', () => {
      expect(sut('1 / 2 + 1 / 4')).toEqual('3 / 4');
      expect(sut('1 / 2 * 1 / 4')).toEqual('1 / 8');
    });

    it('combines and simplifies fractions', () => {
      expect(sut('1 / 4 + 1 / 4')).toEqual('1 / 2');
      expect(sut('3 / 4 * 1 / 3')).toEqual('1 / 4');
    });

iinkJS

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Acceptance criteria

  • What must be done in order for this feature to be completed
  • A bulleted list is the preferred format

Format fractions

TeX: raw input
Math: MathJS string representation
Node: MathJS object representation

TeX: \frac{1}{2}
Math: 1 \frac 2
Node: โœ…

However, when rendering in KaTeX we're still seeing 1 \frac 2 instead of the actual fraction

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.