reading-notes

Authorization/Authentication

Discuss 2 possible project ideas that could be completed by you and a partner in the alloted time

ChatGPT Project Idea 1: Design and Implement a Simple Web Application

Objective: Create a basic web application that allows users to manage a to-do list.

Description: Collaborate with your partner to design and develop a web application using HTML, CSS, and JavaScript. The application should provide functionality for users to add, update, and delete tasks in a to-do list. You can use a simple backend server or store the data locally using browser storage mechanisms such as localStorage or IndexedDB. Implement features like task creation, task completion, task editing, and task deletion. Apply appropriate styling to make the application visually appealing and user-friendly.

Project Idea 2: Build a Quiz Application

Objective: Develop a quiz application that presents multiple-choice questions and provides instant feedback to users.

Description: Work together with your partner to create a quiz application using HTML, CSS, and JavaScript. Define a set of questions and their corresponding options and correct answers. Use JavaScript to implement the logic for displaying the questions, handling user input, and providing immediate feedback on whether the selected answer is correct or not. Track and display the user’s score at the end of the quiz. Apply CSS styling to make the quiz visually appealing and intuitive to use.

What are your learning goals after reading and reviewing the class README?

I hope to do great with my project