This shows you the differences between two versions of the page.
seh:laboratoare:02 [2022/03/18 17:53] alexandru.gradinaru [HTML] |
seh:laboratoare:02 [2022/03/18 18:04] (current) alexandru.gradinaru [Lab tasks] |
||
---|---|---|---|
Line 367: | Line 367: | ||
<note important> | <note important> | ||
Do not forget to include the library first | Do not forget to include the library first | ||
- | * <script src="https://unpkg.com/axios/dist/axios.min.js"></script> | + | * https://cdnjs.com/libraries/axios |
</note> | </note> | ||
Line 385: | Line 385: | ||
<note tip>W3schools.com has some tutorials with basic information, syntax and examples on HTML, CSS, JavaScript, XML and many others: [[https://www.w3schools.com/]](https://www.w3schools.com/)</note> | <note tip>W3schools.com has some tutorials with basic information, syntax and examples on HTML, CSS, JavaScript, XML and many others: [[https://www.w3schools.com/]](https://www.w3schools.com/)</note> | ||
- | |||
- | ===== Lab tasks ===== | ||
- | |||
- | As an assignment for this lab you will have to make a small web application client in order to access e-health formatted data. The application must have at least the following: | ||
- | - Paginated table with patients | ||
- | - Each patient must have a detailed section or page containing Personal info: diagnosis, gender, treatment etc. | ||
- | |||
- | Data can be fetched from [[https://alexgr.ro/ehealth/patients.json]] | ||
- | |||
- | The resulting application must be submitted as an online snippet in order to be checked and graded. You can use Plunker or any other suitable online snippet tool. | ||
- | |||
- | <note tip>You can use any other framework or technology if the result can be submited as a snippet and can be previewed online alongside the sourcecode.</note> | ||