Education Platform for the American Medical Company
Web ProgrammingThe platform is SPA (single page application).
SPA has a number of advantages (main in speed) over the standard website.
The platform had the ability to write completely from 0 and up to 100 percent alone (including UX ∈UI design).
The functional:
- convenient video player, in addition to the standard player functional, has been prescribed "window in window" which reduces the video player and fixes it on the side when scrolled by the user down
- Progress bar that calculates the duration of each lesson and by clicking on the "Done!" button. adding the percentage of the lesson to progress
Intelligent status bar.
Unfinished lessons and time for them.
- preserving the progress of the Yuzer and more
All of this is realized with the help of Svelte, NodeJS, SvelteKit.
When writing the code, the store was used to maximize the minimum and purity of the code and synchronize between the elements and pages of the platform.
The platform is written with cross-brausability support and equal adaptation.
SPA has a number of advantages (main in speed) over the standard website.
The platform had the ability to write completely from 0 and up to 100 percent alone (including UX ∈UI design).
The functional:
- convenient video player, in addition to the standard player functional, has been prescribed "window in window" which reduces the video player and fixes it on the side when scrolled by the user down
- Progress bar that calculates the duration of each lesson and by clicking on the "Done!" button. adding the percentage of the lesson to progress
Intelligent status bar.
Unfinished lessons and time for them.
- preserving the progress of the Yuzer and more
All of this is realized with the help of Svelte, NodeJS, SvelteKit.
When writing the code, the store was used to maximize the minimum and purity of the code and synchronize between the elements and pages of the platform.
The platform is written with cross-brausability support and equal adaptation.