Skip to content

Outline of Hacks #38

Description

@SamitPoojary

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

  • Using Flask and Python, attempt to build a SIMPLE web application that collects and displays user data. Your application should allow users to submit their information and store it in a database, and also provide some way to view the stored data. Can be done through local storage (0.9+)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions