Skip to content

Instantly share code, notes, and snippets.

View matijaSos's full-sized avatar
🐝

Matija Sosic matijaSos

🐝
View GitHub Profile
@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active July 25, 2024 15:41
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@matijaSos
matijaSos / gist:f695df59d430bad1c8208f727a72aa32
Last active June 3, 2020 10:15
Wasp design 1.0 for TODO app
// TODO app in Wasp - try #1
/**
Supported features:
- There is a page which shows a list of tasks
- List of tasks can be refreshed
- A new task can be added
- Task can be deleted
- Task can be updated
- There is a user system - user can sign-up/log in (TODO)