This project is a web application using ReactJS that can solve Chinese Remainder Problem
- ReactJS with libraries:
react-html-parser, react-bootstrap
- Go to
my-app
folder - Install all dependencies by running
npm install
- Start the website by running
npm start
- The website will be running at
http://localhost:3000/
- Input the divider and remainder, then click
+
button - Repeat step 5 if you want to add more dividers and remainders
- Find the smallest number that is satisfied the dividers and remainders inputted before by double-clicking
What number is it?
- The solution will be displayed
- If you want to solve another problem, just refresh the page
Completed on June 23, 2021
Rahmah Khoirussyifa' Nurdini