leanstacks / skeleton-ui-react

Welcome to the LEANSTACKS React starter project. This project provides a template to kickstart React single-page applications utilizing a curated Technology Stack for optimal testability, maintainability, and operability.
https://www.leanstacks.net/
MIT License
3 stars 2 forks source link

View a Task #66

Closed mwarman closed 1 month ago

mwarman commented 5 months ago

Allow users to view a task by clicking on the task title within the task list.

The task detail view should display the task title, assignee, and completion status.

Navigation should be provided to return to the list of tasks.