This web-based application is designed to assist users in making complex decisions using multiple criteria decision making (MCDM) methods. It integrates four popular MCDM techniques: SAW (Simple Additive Weighting), WP (Weighted Product), TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution), and AHP (Analytical Hierarchy Process).
Live version of the application: Live Demo
- User-friendly interface for inputting criteria, alternatives, and weights
- Implementation of four MCDM methods: SAW, WP, TOPSIS, and AHP
- Comparison of results from different methods
- Responsive design for access from various devices (desktop, tablet, mobile)
- Quick and objective decision recommendations
To run this project locally, follow these steps:
-
Clone the repository
git clone https://github.com/callmeAngga/DSS-WebCalculator.git
-
Navigate to the project directory
cd DSS-WebCalculator
-
Install dependencies
npm install
-
Start the development server
npm start
-
Open your browser and visit
http://localhost:3000
- React.js
- Tailwind.css