patientco-svelte

Patientco Svelte

Demo app for PatientCo interview process. Uses Svelte to get monetary portfolio values in various currencies and display them.

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

Currently running at https://patientco-test.spsaucier.now.sh/public/

Original Instructions:

Your job is to create a small foreign exchange portfolio app. You'll have 4 JSON data sources to ingest:

Write JS+HTML app that takes the input from the above sources and lists each person's name, nationality and the total value of their portfolio in the currency of their home country. The list of portfolios should be sorted by their intrinsic value. Objective is to see your process and coding/learning skills. Documentation of code might be important. If possible use github to post your code and host it.

Top categories

Loading Svelte Themes