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

Create a Task #63

Open mwarman opened 5 months ago

mwarman commented 5 months ago

Allow users to create new tasks. The user should need to enter only the task title. The form should include a task completion status toggle defaulted to 'incomplete' state.

When the form is submitted, a toast is shown and the new task should be displayed in the task list for the user.

To view the form, a button should be added to the top of the task list view.