Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xreedev/todoist

Todoist is a simple and efficient task management web application. It allows users to create, manage, and track their daily tasks with ease. Built with HTML, CSS, and JavaScript, Todoist features a responsive design and uses local storage to keep your tasks persistent across sessions.
https://github.com/xreedev/todoist

css css3 html html5 javasc javascript-es6 javascript-vanilla js todo-list todoapp todolist

Last synced: 22 days ago
JSON representation

Todoist is a simple and efficient task management web application. It allows users to create, manage, and track their daily tasks with ease. Built with HTML, CSS, and JavaScript, Todoist features a responsive design and uses local storage to keep your tasks persistent across sessions.

Awesome Lists containing this project

README

        

---

# Todoist

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.

## Features

- **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.

## Getting Started

### Prerequisites

- A web browser (Google Chrome, Firefox, Safari, etc.)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/xreedev/Todoist.git
```

2. Navigate to the project directory:
```bash
cd Todoist
```

3. Open the project:
Open `index.html` in your preferred web browser. You can do this by double-clicking the `index.html` file or using a local server if you prefer.

## Usage

1. **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.

2. **Manage Tasks:**
- Mark a task as completed by clicking the checkbox next to it.
- Delete a task by clicking the "Delete" button.

## Contributing

Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue on GitHub.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

- Thanks to the developers and designers who contributed to this project.

---