Skip to content

Commit 86665f0

Browse files
Update README.md
1 parent 4d5b750 commit 86665f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# CCSync
3030

31-
CCSync is a web UI and API solution designed to facilitate the retrieval and synchronization of tasks from a [`taskchampion-sync-server`](https://github.com/GothenburgBitFactory/taskchampion-sync-server) container. It provides a seamless experience for managing tasks across all Taskwarrior 3.0 (and higher) clients, whether using the Taskwarrior CLI, the web frontend, or the Taskwarrior Flutter app.
31+
CCSync is a web UI and API solution designed to facilitate the retrieval and synchronization of tasks from a [`taskchampion-sync-server`](https://github.com/GothenburgBitFactory/taskchampion-sync-server) container. It provides a seamless experience for managing tasks across all Taskwarrior 3.0 (and higher) clients, whether using the Taskwarrior CLI, the web frontend, or the Taskwarrior Flutter app. It can either be used as a standalone Web frontend to manage or view your Taskwarrior Tasks, or along with [the Taskwarrior Flutter App](https://github.com/CCExtractor/taskwarrior-flutter).
3232

3333
## Table of Contents
3434

@@ -44,7 +44,7 @@ During the development of CCSync, the primary focus was placed on creating a bac
4444

4545
## Features
4646

47-
- **Task Management**: Create, read, update, and delete tasks using Taskwarrior CLI, a web UI, or the Taskwarrior Flutter app.
47+
- **Task Management**: Create, read, update, and delete tasks using Taskwarrior CLI, the web UI frontend, or the Taskwarrior Flutter app.
4848
- **Cross-Platform Synchronization**: Synchronize tasks across all Taskwarrior 3.0+ clients.
4949
- **API Integration**: RESTful API to interact with tasks programmatically.
5050
- **User-Friendly Web UI**: Manage tasks through a web-based user interface.
@@ -56,7 +56,7 @@ During the development of CCSync, the primary focus was placed on creating a bac
5656
CCSync comprises three main components:
5757

5858
1. **Backend**: The main server-side component that interfaces with Taskwarrior clients, performs operations, and provides a RESTful API.
59-
2. **Web Frontend**: A user-friendly web interface built for task management, and credentials retreival.
59+
2. **Web Frontend**: A user-friendly web interface built for task management, and credentials retreival. It manages all the tasks in your browser's storage, while the taskchampion syncserver acts as a central point of sync between the frontends, and your CLI clients.
6060
3. **Taskwarrior Flutter App**: The mobile app that allows users to manage tasks on the go, fully integrated with the CCSync API.
6161

6262
For more details, please check out the [documentation](https://its-me-abhishek.github.io/ccsync-docs/).

0 commit comments

Comments
 (0)