Skip to content

Releases: firstguzman/todo-machine

v1.0.0

06 Jan 13:23
Compare
Choose a tag to compare

The initial version complies with the minimum functionalities required for the operation of the application.

  • Create a pending
  • View to-do list
  • Delete a pending item
  • Mark a to-do as completed
  • See how many to-dos I have and how many I have completed

At a technical level, basic React concepts were used to implement the solution.

At a visual level we did not handle a proper interface design but it allows the user to fulfill all the functionalities without any impediment.