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 NextJS application #21

Open
13 tasks
ivoputzer opened this issue Apr 8, 2022 · 0 comments
Open
13 tasks

How to create a NextJS application #21

ivoputzer opened this issue Apr 8, 2022 · 0 comments

Comments

@ivoputzer
Copy link
Contributor

ivoputzer commented Apr 8, 2022

Study

  • Setup a project using Svelte
    • 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 😏
    • (optional) deploy site

Presentation

  • Presentation of 10-15m to show how to set up a project using Svelte from scratch; here are some example topics you can touch on in the presentation:
    • What is Svelte?
    • How does Svelte work?
    • When it's best to use Svelte compared to o
@ivoputzer ivoputzer changed the title How to create aNextJS application How to create a NextJS application Apr 8, 2022
@ivoputzer ivoputzer assigned ghost Apr 8, 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