Releases: firstguzman/todo-machine
Releases · firstguzman/todo-machine
v1.0.0
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.