-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Tauri + Svelte + Typescript | ||
# Progress tracker | ||
--- | ||
A simple, open-source TODO list and progress tracker for windows, macOS and Linux. Built using tauri and svelte. | ||
|
||
This template should help get you started developing with Tauri, Svelte and TypeScript in Vite. | ||
## Features | ||
|
||
## Recommended IDE Setup | ||
### Nested Tasks. | ||
A task may optionally be comprised of smaller, simpler tasks. | ||
|
||
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer). | ||
### Weights. | ||
Each task has a weight assigned to it. A heavier task will advance the progress bar more when completed. | ||
|
||
### Automatic video weights. | ||
Automatically create a TODO list based on the duration of videos in your filesystem. |