Skip to content
Snippets Groups Projects
Commit 19201bb1 authored by Leo Li's avatar Leo Li
Browse files

added lab 4

parent f303d69c
Branches
No related tags found
No related merge requests found
This was a very short and simple example of using an Agile methodology, what do you think of Agile so far?
- I like Agile methodology because it breaks down a heavy task to several people and makes the tasks easier.
Each people in the group has to work on the requirements they're assigned in order to complete the project.
Based on the role you had this time, what did you like/not like about it? What role would you want to have next time, and why?
- I was only to record the design while other people were actually coding.
I would like to be a coder next time we work on a project with Agile methodology because coding seems more fun than just recording the design. Also, I wanna make games in the future, so I need to learn how to code.
What must be done to get it working:
1. Make a document with all the tasks
2. Decide questions
3. Create a basic UI
4. Create a password box
5. Create a suggested password button
6. Password modifier
7. Create button to return to original page
What would be nice to have:
1. Create a CSS
2. Question entry UI
3. Look at color schemes for the original page
\ No newline at end of file
<!DOCTYPE html>
<html>
<body>
<center>
<h1><i>Password Entry<i></h1>
<p>
<h3>Enter Password </h3>
<h2>What was your first pets name and why'd you him/her that? </h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<h2>Who is your favorite music artist and why?</h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<h2>What is your favorite season and why? </h2>
<!--comment-->
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "Answer" name "psw" required>
<br>
<br>
<button onclick="window.location.href='new 2.html'">return</button>
\ No newline at end of file
<!DOCTYPE html>
<html>
<body>
<h1>Create Password</h1>
<label for= "psw"><b>Password</b></label>
<input type="type" placeholder= "" name "psw" required>
<br>
<input type="submit" value"Submit">
<button onclick="window.location.href='new 1.html'">suggest</button>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment