Project Challenge: Sign-Up Form Data Handling
In this challenge, we will complete the Sign-Up process by handling the data and adding a new user in the system.
Problem statement
In this challenge, we will complete the signup process by handling the data. We will also add a new user to the system by signing them up.
📌 Note: You are provided with a list of dictionaries called
users
in line 17 in the application given below. It already contains one user, which is also the admin.
Your tasks in this challenge are: ...