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 Ember application #22

Open
5 of 12 tasks
ivoputzer opened this issue Apr 14, 2022 · 0 comments
Open
5 of 12 tasks

How to create a Ember application #22

ivoputzer opened this issue Apr 14, 2022 · 0 comments
Assignees

Comments

@ivoputzer
Copy link
Contributor

ivoputzer commented Apr 14, 2022

Study

  • Setup a project using EmberJS
    • 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 React from scratch; here are some example topics you can touch on in the presentation:
    • What is React?
    • How does React work?
    • When it's best to use React 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