An open API service indexing awesome lists of open source software.

https://github.com/wlgs/introduction-to-web-applications-course

Introduction to Web Applications 2021/22 at AGH UST. The course included HTML, JS, Angular, Firebase. The final project, which was a web application for restaurant, is deployed and can be seen and used live.
https://github.com/wlgs/introduction-to-web-applications-course

agh agh-ust angular course css firebase html javascript rogus wdai web-application

Last synced: about 1 year ago
JSON representation

Introduction to Web Applications 2021/22 at AGH UST. The course included HTML, JS, Angular, Firebase. The final project, which was a web application for restaurant, is deployed and can be seen and used live.

Awesome Lists containing this project

README

          

# ATTENTION: DON'T LEARN FROM IT (especially final project)

Now after years, when I revisit this repo, I see error in every component, in every function, in every design decision, in every file. Please do not learn from this repo (especially in final project). Use it if u want to 'just' pass the course.

## Introduction to Web Applications course

This repository contains full web applications course at AGH UST (2021/22).

The final project (last 3 labs) included creating a web application in Angular for restaurant including the connection with Firebase - Realtime Database during which I have learned authentication and basic information about JWT.

## Technologies used

* HTML
* CSS
* JavaScript
* TypeScript
* Angular
* Firebase
* Node.js

## Solutions

The fortnight's assignments' pdfs can be seen here:

| Assignment | Release | Description
| ------------- | ------------- | ------------- |
| [lab1.pdf](pdfs/lab1.pdf) | - | Basic HTML + CSS (not mandatory, therefore no release) |
| [lab2.pdf](pdfs/lab2.pdf) | [lab2-release](https://github.com/wlgs/introduction-to-web-applications-course/releases/tag/lab2) | HTML + CSS |
| [lab3.pdf](pdfs/lab3.pdf) | [lab3-release](https://github.com/wlgs/introduction-to-web-applications-course/releases/tag/lab3) | HTML + CSS + JavaScript |
| [lab4.pdf](pdfs/lab4.pdf) | [lab4-release](https://github.com/wlgs/introduction-to-web-applications-course/releases/tag/lab4) | Angular introduction |
| [lab5.pdf](pdfs/lab5.pdf) | [lab5-release](https://github.com/wlgs/introduction-to-web-applications-course/releases/tag/lab5) | Angular advanced, firebase connection |
| [lab6.pdf](pdfs/lab6.pdf) | [lab6-release](https://github.com/wlgs/introduction-to-web-applications-course/releases/tag/lab6) | Angular + authentication handling + Firebase |