The Daily Tasks App is a simple web application for organizing and managing your daily tasks. You can add new tasks, assign priorities to them, and mark them as completed when you finish them.
The project consists of three main files:
- index.html: The HTML structure of the application.
- index.css: The style file to format the user interface.
- index.js: The JavaScript script handling the application logic.
- Open the
index.html
file in your web browser. - Enter your name in the provided field to customize the greeting.
- Add new tasks using the provided form. You can assign priorities to each task.
- Mark tasks as completed by clicking the checkbox.
- Delete tasks by clicking the delete button (❌).
- Greeting Customization: Enter your name to personalize the greeting in the application.
- Add Tasks: Use the form to add new tasks with their respective priorities.
- Mark Completed Tasks: Use checkboxes to mark tasks as completed.
- Delete Tasks: Remove tasks that are no longer needed.
You can personalize the greeting by entering your name in the corresponding field. The application uses local storage to remember your name between sessions.
This application was created by Shirley Mallea. If you have any questions or comments, feel free to get in touch.
We hope you enjoy using the Daily Tasks App to stay organized and productive!