Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 742 Bytes

Rosette

A live example version can be found at https://teunreyniers.github.io/rosette/

About

Rosette is a web application to make rosettes. A roset is an easy way to display and communicate the result of a test to students. The different parts are displayed in a circular diagram which indicates how well the subject matter is known (see image). example image

This application offers an easy way to alter the layout and assist in calculating how well a part is known. Test results can be imported from a spreadsheet or CSV.

Get started

Install the dependencies...

npm install

And start developing

npm run dev

or create an optimized version for delivery

npm run build