Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lscheibel/ivis-project-1
- Owner: lscheibel
- Created: 2024-01-28T12:01:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T15:51:08.000Z (11 months ago)
- Last Synced: 2024-10-14T09:52:50.610Z (2 months ago)
- Language: TypeScript
- Homepage: https://ivis-project-lscheibel.vercel.app
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |