Ramat101 / Mix_Matcher

Utility intended to sort mutual matches post a matching event (ex. speed dating event).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mix & Matcher

Utility intended to sort mutual matches post a matching event (ex. speed dating event).

Screenshots

Form Page

Form Page

Results Page

Results Page

How to use:

  1. Create a user feedback form (ex. Google Forms)
  2. Gather user's responses, download collective user responses as a .csv file
  3. In the common/utils/utils.js file, update the INTERESTED_SET, MAYBE_SET, and the EVENT_FEEDBACK_FORM_KEYS variables with the relevant keys
  4. Locally run the app (npm start)
  5. Upload user response .csv file into the app
  6. Generate matches
  7. Click the user's email, to draft an email containing user's event matches

Scripts

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Sample Data

Mock Event Feedback Form

About

Utility intended to sort mutual matches post a matching event (ex. speed dating event).


Languages

Language:JavaScript 71.2%Language:SCSS 23.6%Language:HTML 4.2%Language:CSS 1.0%