Skip to content

Commit

Permalink
doc: give a more elaborate description of project
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpitan committed Nov 11, 2024
1 parent 44cbe47 commit 6f0640a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
A stitch in time saves nine!

Stitches is a task scheduling app for managing tasks as well as scheduling them. It is a
productivity app that helps with time management
productivity app that helps with time management and runs entirely in your browser, both frontend
and backend.

The management and scheduling frontend is developed using Vue 3, while the scheduling backend is
developed using Rust and WebAssembly.

Data is saved and persisted using browsers' storage, local storage, etc, although an SQLite 3 layer,
over WebAssembly, is currently being integrated, allowing for a more ideal, optimal, and
conventional storage of data.

User's get to choose where to store their data once the SQLite 3 integrations are completely rolled
out: they may choose to store in the browser, Google Drive (recommended), Dropbox, etc, for a more
cordinated access of their data as there is mostly no server-side infrastructure developed for the
application.

<!--
## Recommended IDE Setup
Expand Down

0 comments on commit 6f0640a

Please sign in to comment.