Time spent: 4 hours
The following required functionality is completed:
[x] Required: Create a Users Table
[x] Required: Create a Page with an HTML Form
[x] Required: Detect when the form is submitted.
[x] Required: Validate form data.
[x] Required: Display form errors if any validations fail.
[x] Required: Submit successfully-validated form values to the database.
[x] Required: Redirect the user to a confirmation page.
[x] Required: Sanitize all dynamic output for HTML. (Tips)
The following advanced user stories are optional:
[x] Bonus 1: Validate that form values contain only whitelisted characters.
[x] Bonus 2: Validate the uniqueness of the username.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.