Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 824 Bytes

React-ChineseRemainderSolver

This project is a web application using ReactJS that can solve Chinese Remainder Problem

Technologies

  • ReactJS with libraries: react-html-parser, react-bootstrap

How to Run

  1. Go to my-app folder
  2. Install all dependencies by running npm install
  3. Start the website by running npm start
  4. The website will be running at http://localhost:3000/
  5. Input the divider and remainder, then click + button
  6. Repeat step 5 if you want to add more dividers and remainders
  7. Find the smallest number that is satisfied the dividers and remainders inputted before by double-clicking What number is it?
  8. The solution will be displayed
  9. If you want to solve another problem, just refresh the page

Status

Completed on June 23, 2021

Author

Rahmah Khoirussyifa' Nurdini