Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2 KB

README.md

File metadata and controls

40 lines (32 loc) · 2 KB

Netlify Status License: MIT JavaScript Style Guide

EulerCalc

EulerCalc is a visualization of Euler's Method for solving differential equations when an initial value is given. This project was inspired by a manipulative made by Sam Watson with his website, Prismia.

The master branch of this repository is deployed at https://eulercalc.netlify.app/.

Built With

EulerCalc is built using create-react-app and TypeScript.

Notable libraries and frameworks:

Bugs

This project is still under development, and bugs (features) are definitely present. If you encounter unexpected behavior, please open an issue in the issue tracker.

Contributing

Contributions are welcome and encouraged! If you haven't installed Yarn already, please refer to their documentation for installation instructions.

Then, from the root project directory, run the following command to install dependencies:

$ yarn install

To start a development server:

$ yarn start

To create a production build:

$ yarn build

License

Distributed under the MIT License.