Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

must have 1: instruction #4

Open
3 tasks done
AlinaTaoRao opened this issue Feb 15, 2022 · 0 comments · Fixed by #14
Open
3 tasks done

must have 1: instruction #4

AlinaTaoRao opened this issue Feb 15, 2022 · 0 comments · Fixed by #14
Assignees
Milestone

Comments

@AlinaTaoRao
Copy link
Collaborator

AlinaTaoRao commented Feb 15, 2022

Word list

"As a user I want a word list so that I can see the words I've added."

  • There is a list to show every word the user has added. By default the word list is blank.

Logic: Word list

  • type: components: Write a function renderList(toRender = []) in /components. Convert each word element from an array to text in each litag , and an ultag wrap around all the li. export function.

Interface: Word list

  • type html: A div with the id list-container to store rendered word list.

Interaction: Word list

  • When the app just loaded, the word list is blank.

Add word

"As a user I want a input field and a add button so that I can input and add a word to the list."

  • Given the input contains only letters it will be added to the words list, and the list will be re-rendered.
@AlinaTaoRao AlinaTaoRao added this to the dev milestone Feb 15, 2022
@AlinaTaoRao AlinaTaoRao self-assigned this Feb 15, 2022
@AlinaTaoRao AlinaTaoRao linked a pull request Feb 17, 2022 that will close this issue
56 tasks
@AlinaTaoRao AlinaTaoRao removed a link to a pull request Feb 17, 2022
56 tasks
@AlinaTaoRao AlinaTaoRao linked a pull request Feb 17, 2022 that will close this issue
56 tasks
@AlinaTaoRao AlinaTaoRao changed the title must have: word list must have 1: instruction Feb 26, 2022
@AlinaTaoRao AlinaTaoRao linked a pull request Feb 26, 2022 that will close this issue
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant