Chinese Remainder Solver

You have some difficulties in solving problems regarding Chinese Remainder Theorem? This project could help you!

This project is deployed to heroku and netlify.

Input (or remove) your modular equivalences, see the changes! You can also read the solution step-by-step.

Features

  • Input your own modular equivalences!
  • Step-by-step solution
  • Remove your modular equivalences of choice!

Setup

Requirements

Steps

  • run npm install on project root directory (only on first time)
  • run npm start to run the app in development mode. Open http://localhost:3000 in browser.