Made using the React library with the Vite build tool.
Uses Remix Icons, Tailwind CSS, Daisy UI components.
node-js - version 18.13.0 or later. (we developed with 20.10.0 and 18.13.0). Installation Guide
npm - node package manager for managing dependencies. It usually is included in the node-js installation. For different versions of npm
, use nvm
npm run dev
- runs a local instance of a development server at localhost:5173
.
Apart from those mentioned at the start of this file, we also used the following:
-
Heatmap.js - used to create the keystroke frequency visualization in
Heatmap.jsx
. -
Chart.js - used to create visualizations using charts, found in
Heatmap.jsx
andPieChart.jsx
.
Other dependencies used can be found in package.json
at the dependencies
mapping.