Question: Create a task list web page (one page only) as a ReactJS app that does the following: 1. A user can add their task item
Create a task list web page (one page only) as a ReactJS app that does the following:
1. A user can add their task item in an input form field and select a date which must be after todays date.
2. Visually display the tasked item on the screen.
3. User clicks on X to mark an item as completed (removes the task from the list)
4. Shows the total number of tasks in the top right-hand corner, and it changes value as the user adds or removes a task item.
Task: task name Date: YYYY MM DD
------------------------------------------------------------------------------------
3 task(s)
[1] task name - 2020-12-11 X
[2] task name 2 - 2020-12-16 X
[3] task name 4 - 2020-11-23 X
-------------------------------------------------------------------------------------
No value is stored in a text file or database. Its just an app that runs on a web browser. If the page is refreshed, then the task items are gone.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
