Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create example apps #10

Open
2 tasks
heapwolf opened this issue Jan 16, 2019 · 6 comments
Open
2 tasks

Create example apps #10

heapwolf opened this issue Jan 16, 2019 · 6 comments
Labels
GOOD FIRST ISSUE Good for newcomers HELP WANTED Extra attention is needed

Comments

@heapwolf
Copy link
Member

  • Todo MVC maybe?
  • Static recipe app.
@Raynos
Copy link
Member

Raynos commented Dec 11, 2019

Two decent example apps would be TodoMVC and 2048

Another example might be a login/register form that has multiple inputs and buttons and effectively multiple views ( login or register ).

The nice thing about all of these examples is that they should fit in one file each at <200 loc.

I have reference implementations in mercury from 5 years ago.

@Raynos Raynos added GOOD FIRST ISSUE Good for newcomers HELP WANTED Extra attention is needed labels Dec 11, 2019
@Raynos
Copy link
Member

Raynos commented Dec 11, 2019

If someone wants to contribute todomvc or another example make sure to check out tonic components.

https://github.com/optoolco/components

Adding components as a dev dependency to tonic is perfectly reasonable for authoring examples.

@Raynos
Copy link
Member

Raynos commented Dec 11, 2019

I updated tonic & components so that they can be used in jsfiddle.net

Here is an example https://jsfiddle.net/k30haceb/

This allows for easier sharing & debugging of tonic snippets.

@Raynos
Copy link
Member

Raynos commented Sep 9, 2020

Svelte js has a hacker news example. This is a good idea, probably better then todo mvc

@achou11
Copy link
Contributor

achou11 commented Jan 12, 2023

adding for those who happen to find the motivation to work on this and need some well-scoped but useful ideas: https://eugenkiss.github.io/7guis/

@rdela
Copy link

rdela commented Feb 8, 2023

@achou11 this is the up to date link
https://7guis.github.io/7guis/

that link in your comment has stale content now :(
eugenkiss/7guis@27f07e5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GOOD FIRST ISSUE Good for newcomers HELP WANTED Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants