Event Sign Up App

This lesson introduces the new demo project for this module, the Event Sign-Up App.

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the Beginner's Guide to Real World React course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to Beginner's Guide to Real World React, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course Beginner's Guide to Real World React

Lesson 3. Taking a look at the Event Sign-up App. In the coming lessons we'll be building an Event Sign-up App. We'll have a listing for an event with a few farm fields where users can tell us what they're attending. Let's take a look at how this finished app will function. We have our event listing and user sign-up form. What's nice here is that once we have a few sign-ups, we can switch over to an admin area as we pretend admin user and view our event attendees in a list. We'll be using the Create React App Starter project again and employing the Vanilla React Redux Library to create our star and get things working. In the lessons of follow, we'll switch over to the Marl developer friendly Redux toolkit before taking a look at how we can use React built-in context and the user- producer hook as an alternative. [BLANK_AUDIO]