From 9fe232061462eb4b22b256f2c85404fd76eccf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Konopka?= Date: Sun, 10 Sep 2023 14:08:42 +0200 Subject: [PATCH] Added a readme file --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9749b27 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Object-Oriented-Design-lab +Introduction to Web Applications, Computer Science AGH UST course + +## Learned technologies +**HTML**, **CSS**, **JavaScript**, Framework **Angular** + +## Final project + - [**Hosted page**](https://nepommuck.github.io/Web-Applications/) + - [Source code](./Lab5/TravelAgency/src) + +## Laboratories: +- [x] [**Lab 1**](./Lab1) - DONE +- [x] [**Lab 2**](./Lab2) - DONE +- [x] [**Lab 3**](./Lab3) - DONE +- [x] [**Lab 4**](./Lab4) - DONE +- [x] [**Lab 5**](./Lab5) - Only the frontend part + + +## Instructions +- [Lab 1](./instructions/lab1.pdf) +- [Lab 2](./instructions/lab2.pdf) +- [Lab 3](./instructions/lab3.pdf) +- [Lab 4](./instructions/lab4.pdf) +- [Lab 5](./instructions/lab5.pdf)