Assessment #9: Kickball Signup Sheet

Languages

Frameworks

Libraries/ Tools

Primary Goals

Demonstrate understanding of React, Enzyme, Jest, MongoDB, Mongoose, and Auth0 by creating a simple sign-up app.

Overview

In this project, you will build a log-in page and a sign-up page for a fictional kickball tournament happening whatever date you like, using the technologies listed above.

Basic Requirements

  1. You can do online research, but do not share knowledge with other apprentices today.
  2. Your project is due at the end of the day.

Setup Instructions

  1. Since you already installed create-react-app during the React topic, navigate to your projects folder on the command line and enter: create-react-app kickball-signup

  2. Initialize a git repo in your new kickball-signup folder and track it using git. You will be turning your repo in at the end of the day.

Project Instructions


Part 1 - React


Part 2 - MongoDB


Part 3 - Auth0


Part 4 - Enzyme


Part 4 - Submit your project