.png)
Done in partial fulfillment of the requirements for the module EN 2160 Engineering Design Realization.
The above works were done by Silva M.K.Y.U.N (@yasith46) and Senavirathne I.U.B. (@isuranga1). For making of the GUI, Codux was used.
Codux is an all-in-one visual development environment. Whether you’re starting a new app, creating components, or editing an existing project, every visual change you make reflects instantly in the code and vice versa.
This project was bootstrapped with Vite
. It includes a single React component to start the project with, a sample codux.config.json
with preconfigured keys, a package.json
file to describe the project's packages and dependencies, and a folder and component structure to put everything neatly in its place.
- Download the entire folder
- In the Windows Command Prompt, enter the command
npm run build
. This builds the application in production mode into a folder nameddist
. This folder can be served using any HTTP server. - Enter
npm run dev
- Enter
npm run preview
, which will boot up a local static web server that serves the files from dist athttp://localhost:4173