The task is to develop an Electron application to monitor IOTA addresses for their latest balances. The code will be written in Svelte and Typescript.
The task should test your Javascript and Typescript experience, ability to pick up new tooling, cleanness of code, your ability to follow instructions, and your attention to detail in the UI.
Clone the repo and install the dependencies...
cd iota-address-monitor
npm install
...then build the project with Rollup:
npm run build
...and finally run the project:
npm run start
The project will then open as an Electron application. Enjoy!