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 VanillaJs application #20

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

How to create a VanillaJs application #20

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

Comments

@ivoputzer
Copy link
Contributor

ivoputzer commented Mar 1, 2022

Study

  • Setup a project using VanillaJs
    • 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 VanillaJs from scratch; here are some example topics you can touch on in the presentation:
    • What is VanillaJs?
    • How does VanillaJs work?
    • When it's best to use VanillaJs compared to other tools?
    • Instructions on how to create a project from scratch
    • Anything else you want
@ivoputzer ivoputzer self-assigned this Mar 1, 2022
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

1 participant