frederikheld / matching-tool-2

A re-write of my student research assignment from 2012.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matching Tool 2

This is a re-write of my student research project from 2012.

The re-write focuses on the interface for now, to demonstrate how this app could look like today. It comes with a desktop and a mobile layout that seamlessly transition into each other.

No backend or backend integration yet!

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.

About

A re-write of my student research assignment from 2012.


Languages

Language:Vue 57.5%Language:TypeScript 41.5%Language:HTML 1.0%