Skip to content

Just felt bored and played around creating an Open-Source Task Scheduling app with Vue, Rust and SQLite 3

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

calebpitan/stitches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitches

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 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.

Entity Relationship Diagram

About

Just felt bored and played around creating an Open-Source Task Scheduling app with Vue, Rust and SQLite 3

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published