SamitPoojary / FASTPAGES

GNU General Public License v3.0
1 stars 4 forks source link

Outline of Hacks #38

Open SamitPoojary opened 1 year ago

SamitPoojary commented 1 year ago

Hacks for Introduction to User Data

  1. In 4-5 sentences, explain the significance of user data. Why would it be important to validate user input in web applications? (0.5)

  2. Imagine you are designing a new web application that collects user data. Create a list of at least three types of data you might collect, and explain how you would use this data to improve the user experience. For example, if you were designing a social media platform, you might collect data on users' interests to personalize their feeds. (0.4+)

Hacks for Collecting User Data

  1. Build an HTML form that allows users to submit their contact information, including their name, email address, phone number, and a message. Use JavaScript to validate user input and ensure that all required fields are filled out correctly before submitting the form data. Must show proof (0.5)

  2. Develop a database schema to store user data, including profile pictures, and implement it using SQL (0.4+)

Hacks for Processing User Data