Skip to content

Commit

Permalink
add final lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Nov 20, 2024
1 parent d744414 commit f8e5689
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<section data-markdown="lesson14.md" data-charset="utf-8"></section>
<section data-markdown="lesson15.md" data-charset="utf-8"></section>
<section data-markdown="lesson16.md" data-charset="utf-8"></section>
<section data-markdown="lesson17.md" data-charset="utf-8"></section>
<!-- NEW_SECTION_HERE -->
</div>
</div>
Expand Down
58 changes: 58 additions & 0 deletions lesson17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!-- .slide: id="lesson17" -->

# Basic Frontend - Fall 2024

Lesson 17, Thursday, 2024-11-21

---

# Final Project!


---

### Organizational info

* Groups of 2-3 people
* ~3 weeks to complete the project
* Internal presentation at December 10th
* We vote for the best project
* The group will prepare slides
* Demo day at December 12th

---

### Last semesters

* [WhattaCook](https://github.com/katamatata/katamatata.github.io)
* [Plantastik](https://github.com/annamariaratajczak/plantastick)
* [Giphy CopyCat](https://github.com/ami-onodera/giphy)
* [Memory Game](https://github.com/TainaraCris1/Project_Memory_Game)
* [Tic-Tac-Toe](https://github.com/Amani-Maklad/Tic-Tac-Toe)

---

### More ideas

* Data visualization of the flee markets in Berlin
* Calendar for Remote work
* Grocery shopping list
* Learn German with ChatGPT
* Personal Portfolio

---

### APIs

* [Berlin data](https://daten.berlin.de/datensaetze/datenberlinde-metadaten)
* [Free APIS](https://free-apis.github.io/#/browse)
* [Public APIs](https://github.com/public-apis/public-apis)

---

### Strategy

Define a Minimum Viable Product (MVP)

Implement essential functionality, and if there's still time, implement the "nice to have" features.

2 changes: 1 addition & 1 deletion toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
1. [fetch](#fetch)
1. [Libraries](#libraries)

Direct link to lessons: [1](#lesson1) [2](#lesson2) [3](#lesson3) [4](#lesson4) [5](#lesson5) [6](#lesson6) [7](#lesson7) [8](#lesson8) [9](#lesson9) [10](#lesson10) [11](#lesson11) [12](#lesson12) [13](#lesson13) [14](#lesson14) [15](#lesson15) [16](#lesson16)
Direct link to lessons: [1](#lesson1) [2](#lesson2) [3](#lesson3) [4](#lesson4) [5](#lesson5) [6](#lesson6) [7](#lesson7) [8](#lesson8) [9](#lesson9) [10](#lesson10) [11](#lesson11) [12](#lesson12) [13](#lesson13) [14](#lesson14) [15](#lesson15) [16](#lesson16) [17](#lesson17)

NOTE: when we have too many entries that don't fit on one screen we can use this <!-- .slide: style="font-size:80%" -->

0 comments on commit f8e5689

Please sign in to comment.