Qwik 1.0 has been released! Let's celebrate with a tutorial of building a voting application that shows how to use integrations like auth, prisma, and tailwind, as well as Qwik's built in routing, server actions and route actions, to build a voting app.
Code: https://github.com/jherr/qwik-voting
👉 I'm a host on the React Round-Up podcast: https://devchat.tv/podcasts/react-rou...
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord server signup: / discord
👉 VS Code theme and font? Night Wolf [black] and Operator Mono
👉 Terminal Theme and font? oh-my-posh with atomic and SpaceMono NF
00:56 Qwik Project Setup
02:03 Adding Integrations
03:02 Adding Authorization
08:28 Prisma Database Setup
12:53 Home Page Buildout
15:43 Setting Up The Page Layout
18:36 Building The Category Page
23:41 Function Properties
26:09 Server Actions
29:07 Creating Signals
30:53 Using Visible Tasks
31:52 Creating Route Actions and Forms