VerveDo/README_EN.md
2025-02-17 21:05:47 +08:00

36 lines
No EOL
1.6 KiB
Markdown

![Preview of the app UI](https://s2.loli.net/2025/02/17/SIeA9KaGFZkl4BX.png)
# To Do
A simple to-do app that follows Material Design 3, using Jetpack Compose
[简体中文](https://github.com/Super12138/ToDo/blob/main/README.md) | **English**
[![Android CI](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml/badge.svg)](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml)
![GitHub latest release](https://img.shields.io/github/v/release/Super12138/ToDo?style=flat-square)
![GitHub all releases download](https://img.shields.io/github/downloads/Super12138/ToDo/total?style=flat-square)
# 📦 Supported Versions
From `Android 7.0 (Nougat)` to `Android 15.0 (VanillaIceCream)`
# ✨ Features
- Jetpack Compose
- Customizable theming system based on Material Design 3
- Multi-subject support
- Task priority
- ...
# ⬇️ Download
[From Github Release](https://github.com/Super12138/ToDo/releases/)
Or get it from F-Droid
[<img src="./art/get-it-on-fdroid.png" height="100" />](https://f-droid.org/packages/cn.super12138.todo)
# 📸 Screenshots
| ![Main page (Light)](https://s2.loli.net/2025/02/17/WB3sP8uckvYJCIi.png) | ![Main page (Dark)](https://s2.loli.net/2025/02/17/ty3ZwjbOkBgFLsf.png) |
| --- | --- |
| Main page (Light) | Main page (Dark) |
| ![Add task page](https://s2.loli.net/2025/02/17/97L2uhKlA3Q8d4P.png) | ![The effect of completing a task](https://s2.loli.net/2025/02/17/9FRKx72DqVBtnfX.png) |
| Add task page | The effect of completing a task |
# 📃 License
[GPL-3.0-only](https://github.com/Super12138/ToDo/blob/main/LICENSE)