Dress Fit Recommendation with Fuzzy Logic
After the user inputs the field values, the system stores the value and calculates the most appropriate fit for the user. Link to the live version here!
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint