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

How to create a Preact application #18

Open
12 tasks
ivoputzer opened this issue Mar 1, 2022 · 0 comments
Open
12 tasks

How to create a Preact application #18

ivoputzer opened this issue Mar 1, 2022 · 0 comments
Assignees

Comments

@ivoputzer
Copy link
Contributor

Study

  • Setup a project using Preact
    • get familiar with build tools
    • get familiar with best practices and how to do things
  • Implement a simple todo-list application to get more familiar with the technology (you don't have to present this, it's just to get to know the underlying tech better), backlog:
    • user can add a task to the list
    • user can remove a task from the list
    • user can mark a task as completed
    • user can edit a task of the list
    • (optional) responsive design
    • (optional) localStorage, sessionStorage persistence
    • (optional) make it good looking through CSS 😏

Presentation

  • Presentation of 10-15m to show how to set up a project using Preact from scratch; here are some example topics you can touch on in the presentation:
    • What is Preact?
    • How does Preact work?
    • When it's best to use Preact compared to other tools?
    • Instructions on how to create a project from scratch
    • Anything else you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants