Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h8moss authored Jun 1, 2023
1 parent e71e301 commit c04855c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
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.

0 comments on commit c04855c

Please sign in to comment.