https://webtechnologies.claudioweckherlin.com/
- Day 01 - HTML: 02.06.2025
- Day 02 - CSS: 03.06.2025
- Day 03 - LAYOUT: 04.06.2025
- Day 04 - JS: 05.06.2025
- Day 05 - FINAL: 06.06.2025
In order to have every exercise subfolder (per day) available on the root page, the makefile will generate a json file which then can be read and displayed in the root html.
Use make all to clean the exercises.json directory and build it again
make clean: delete exercises.json
make update-json: rebuild exercises.json (read subfolders starting with "ex" and put them in the list)