Skip to content

leodr/formulary

Repository files navigation

Formulary

Math formula cheat sheet for an exam built on web technology.



This is the printer template of a math formula cheat sheet I (legally) used for one of my linear algebra exams.

The individual topics of formulas are written out as .md files in the src/topics/ folder. They are imported as React components, which is made possible by the @mdx-js/rollup plugin.

remark-math adds support for the LaTeX math syntax used in the markdown files.


Screenshots

Screenshot of the application

Development

  1. Requirements

    You need Node.js installed on your system.

  2. Install packages

    Run npm install to install all neccesary packages.

  3. Run the application

    Start the dev server by running npm run dev.

About

Math formula cheat sheet for an exam built on web technology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published