Todoist is a simple task management web application. It allows users to create, manage, and track their daily tasks efficiently. The application is built using HTML, CSS, and JavaScript.
- Task Creation: Add new tasks with a title and description.
- Task Management: Mark tasks as completed or delete them.
- Responsive Design: Works on various devices, including desktops, tablets, and mobile phones.
- Local Storage: Saves tasks in the browser's local storage to persist data across sessions.
- A web browser (Google Chrome, Firefox, Safari, etc.)
-
Clone the repository:
git clone https://github.com/xreedev/Todoist.git
-
Navigate to the project directory:
cd Todoist
-
Open the project: Open
index.html
in your preferred web browser. You can do this by double-clicking theindex.html
file or using a local server if you prefer.
-
Add a Task:
- Enter the task title and description in the input fields.
- Click the "Add Task" button to add the task to the list.
-
Manage Tasks:
- Mark a task as completed by clicking the checkbox next to it.
- Delete a task by clicking the "Delete" button.
Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the developers and designers who contributed to this project.