home ~ projects ~ socials

Neopolitan Todo Section

Things To Do For This Page

These are the rest of the things to be done for the first version to be fully baked

Stuff to make happen for the section

    [x] Create Basic Example

    [] Add -- title example

    [] Setup so arbitrary values are identified in the data structure. (set a boolean and then have the value as well)

Source

-- todo

[] Add salt

[] Fry the egg

Breathe deep

[] Draw the chart

Example HTML

<ul>
  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Add salt</p>
    </div>
  </li>

  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Fry the egg</p>
      <p>Breathe deep</p>
    </div>
  </li>

  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Draw the chart</p>
    </div>
  </li>
</ul>

Example Output

TODO

    Add salt

    Fry the egg

    Breathe deep

    Draw the chart

-- end of line --

References