node.js
version 18.18 or newer- a package manager like
yarn
,pnpm
ornpm
(this app was developed usingnpm
)
Install dependencies by running npm i
in the project root.
npm i
Run the following command to start the app in dev mode:
npm run dev
This will open the app: http://localhost:3000
Once you have started the app, you will see two columns, one labelled "Your results" the other "Tasks". Your code should be placed inside src/components/common/result.tsx.
Good luck and happy hacking! 🍀🧑💻