This repository contains a simple task manager application designed to help users organize their tasks into various categories such as Personal, Work, Shopping, Coding, Health, Fitness, Education, and Finance. The application allows users to add, view, and mark tasks as completed, with all tasks being stored locally in the browser's local storage to ensure data persistence across sessions.
Tasks are organized into predefined categories for easy management.
All tasks are stored locally in the browser, ensuring that your tasks are saved and available even after closing the browser.
Users can add new tasks, view tasks by category, and mark tasks as completed.
A clean and intuitive user interface makes it easy to navigate and manage tasks.
To get a local copy up and running, follow these simple steps:
Clone the repository to your local machine: git clone (https://github.com/ArlenyAres/TodoLIST.git) Navigate to the project directory: cd task-manager-app Open the index.html file in your preferred web browser to start using the application.
Click on the "Add Task" button to open the task addition form. Enter the task details and select the appropriate category. Click "Add" to save the task.
Click on a category to view all tasks within that category.
Check the box next to a task to mark it as completed.
Click on the delete icon next to a task to remove it from the list.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Fork the Repository on GitHub. Clone your forked repository to your local machine. Create a new branch for your feature or bug fix. Make your changes and commit them with descriptive commit messages. Push your changes to your forked repository. Open a pull request to the original repository.