Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lscheibel/ivis-project-1

Visualize Student Group Formation based on Individual Skills and Interests.
https://github.com/lscheibel/ivis-project-1

Last synced: about 1 month ago
JSON representation

Visualize Student Group Formation based on Individual Skills and Interests.

Awesome Lists containing this project

README

        

# Group Forming Visualization

> Submitted as part of the DH2321 Information Visualization course at KTH university.

## Data manipulation

Raw data can be found in the assets directory. It has been exported from the google sheet (part of the course) with minor manipulation, consisting only of renamed columns.

---

## Development

Install dependencies with `npm install`.
Use `npm run dev` to start the dev server.

### Setup Intellij IDEs

Settings > Languages & Frameworks > JavaScript > Prettier

Run for files: `{**/*,*}.{js,ts,jsx,tsx,cjs,mjs,html,json,css,scss,md,yml,yaml}`
And if you want check the "On save".

### NPM Scripts

| Script | Description |
| ------------------ | ----------------------------- |
| `npm run dev` | Start the development server |
| `npm run test` | Run the tests (in watch mode) |
| `npm run build` | Build the project |
| `npm run coverage` | View the test coverage |
| `npm run preview` | Preview the build |