Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.13 KB

Frontend Web Application

Made using the React library with the Vite build tool.

Uses Remix Icons, Tailwind CSS, Daisy UI components.

Requirements

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

How to run

npm run dev - runs a local instance of a development server at localhost:5173.

Libraries Used

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 and PieChart.jsx.

Other dependencies used can be found in package.json at the dependencies mapping.