Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,45 @@
---
title: My Super Awesome Tutorial
date: 1970-01-01
date: 2025-05-19
authors:
- name: John Doe
- name: Mary Jane
- name: Ghsialin Demeester
---

![relevant graphic or workshop logo](image/path)

## Introduction

Write a short section on what the tutorial is aiming to accomplish.
In this tutorial I want to teach people how to setup website that hosts a leaderboard and show it being updated with a LED flashing on an ESP32.
What is the motivation behind the tutorial?
I need to make a leaderboard for the fitness we are desigining so I can put what I learn into this tutorial
What do you want readers to gain from the tutorial?
I want it to be easy for readers to set up a leaderboard on a website.

### Learning Objectives

- Bullet list of skills/concepts to be covered
- Web development(dealing with result requests)
- ESP32, how to update leaderboard
- LED flashing when updating leaderboard
-

Any additional notes from the developers can be included here.

### Background Information

This leaderboard can keep track of the scores of you and your friends.
We need to understand website requests and wifi connection to understand clearly this tutorial.
Describe your topic here. What does it do? Why do you use it?
Are there other similar things to use? What are the pros and cons?
Explain important concepts that are necessary to understand.
Include (and cite if needed) any visuals that will help the audience understand.

## Getting Started

You will need VSCode, a computer to host the website and an ESP32 with an LED.


For any software prerequisites, write a simple excerpt on each
technology the participant will be expecting to download and install.
Aim to demystify the technologies being used and explain any design
Expand Down Expand Up @@ -66,6 +77,7 @@ List any tools and equipment you need here.
### Introduction

Briefly introduce what you are teaching in this section.
Ghislain Demeester

### Objective

Expand Down