Giter Club home page Giter Club logo

daniel-word-list's People

Contributors

denrique-alvarez avatar

Watchers

 avatar

Forkers

mauricemat

daniel-word-list's Issues

Adding new item

1- HTML:

  • Use input with type text to create the text box.
  • Assign and ID accordingly.
  • Use placeholder attribute to set the Enter an item message.
  • Use button to create the button that will send the input to the list.
  • Assign an ID accordingly.

2- CSS:

  • Use a div to create a container and place the elements.

3- JS: Components

  • Use form to put all inputs together.
  • Use input type = button to add the button.
  • Use value to set it to add.
  • Use input name = text and placeholder = new word for text box.

4- JS: Logic

  • Use isWord function to make sure is a word.

5- JS: Handlers

  • Use handleInputWord handler to add the item to the list.

Removing items

  • As a user I can remove items from the list.
    • there is button that allows the user to remove a preexisting item in the list

Issues:

1- HTML:

  • Use button to create the element.
  • Use the attribute value and set it to Remove.
  • Assign an ID accordingly.

2- CSS:

  • Use default properties.

3- JS: Components

4- JS: Logic

5- JS: Handlers

Displaying list

1- HTML:

  • Use ul to contain all items.
  • Assign an ID accordingly.
  • Use li to display each item into the list.

2- CSS:

  • Use border to create a box that will contain all items and apply it to the ul element.

3- JS: Components

4- JS: Logic

5- JS: Handlers

Sorting the elements

1- HTML:

  • Use select and option to create a dropdown menu.
  • Assign ID accordingly.

2- CSS:

  • Use default values.

3- JS: Components

4- JS: Logic

5- JS: Handlers

Header

1- HTML:

  • Use h1 to set the header.

2- CSS:

  • Use align-items: center to center the text.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.