/best_couples

Search for the nearest 5 pairs of 1000 random people

Primary LanguageJavaScriptMIT LicenseMIT

Best couples

Demo

Demo

Installation

$ npm i

Running in webpack dev server

$ npm run start
Open in browser
http://localhost:8080/

Build

$ npm run build

Style Linting

For style linting I'm using stylelint-config-standard

$ npm run lint:css

JavaScript Linting

For JavaScript linting I'm using eslint-config-standard-react

$ npm run lint:js

License

MIT