Getting Started - dennisvintherjensen/OpenClassrooms-FED-Enhance-an-existing-project GitHub Wiki
This is the place for new users to get a grasp on, what the to-do list app is, and how to get started using it.
What is the to-do list app?
The to-do list app is an application that allows you to keep track of tasks that you need to do. It allows you to do this by
- entering and editing tasks
- checking that a task has been completed
- filtering tasks by status
- clearing completed tasks
It is available in modern browsers on computers, tablets, and phones.
How to get started
Navigate to the site hosting the to-do list app using your favorite modern browser. You will see a field titled "What needs to be done". Use this field to enter the title of a task and hit Enter to add it to the list of tasks.
Once the task has been added to the list, you may mark it as "completed" by clicking the checkbox to the left of the title. It is also possible to edit the task by double clicking it.
Below the list of tasks a filter section is located. This allows you to filter the displayed tasks by completed, active, or all tasks. In this area a button to clear all completed tasks is also located.
Where to go from here
That's it for the main functionality. If you are looking for more detailed steps, please check out the Instructions for Use page.