|
|
|
|
|
by kangruixiang
1099 days ago
|
|
Motivation: Inhaler names and types are confusing. There is no good one place for inhaler types for medical professions and instructions for patients. There are printed posters you can buy without any instructions on usage. How it's made: I made this website using Sveltekit. Inhaler images were taken from scattered around the web. Instructional videos are linked from Youtube. I found with Sveltekit you can go about it in several ways. Initially I have everything done in traditional routing. Adding a search function proved to be difficult. I then had to restructure the website to be all components. This made using search a lot easier by changing Svelte store when searching. |
|