Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olgam4/dr.strange
🦀 Small Tauri SolidJS App for Time Keeping feat. Vite
https://github.com/olgam4/dr.strange
desktop-app rust solidjs tauri timekeep typescript vite
Last synced: 24 days ago
JSON representation
🦀 Small Tauri SolidJS App for Time Keeping feat. Vite
- Host: GitHub
- URL: https://github.com/olgam4/dr.strange
- Owner: olgam4
- License: wtfpl
- Created: 2022-05-13T13:11:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T19:01:53.000Z (about 1 month ago)
- Last Synced: 2024-10-03T12:33:53.083Z (about 1 month ago)
- Topics: desktop-app, rust, solidjs, tauri, timekeep, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dr. Stange
![cleastrange.webp](./doc/assets/cleastrange.webp)
> Temporal manipulations can create branches in time. Unstable dimensional openings.
> Spatial paradoxes! Time loops! You wanna get stuck reliving the same moment over and
> over forever or never having existed at all?Dr. Strange is a project that seeks to enhance the processes surrounding your day.
## Features
* Time-blocking
* Pomodoro### Development
``` sh
yarn tauri dev
```### Production Build
``` sh
yarn tauri build
```## Project Layout
```
├─ doc/ documentation for reamde
│ └─ assets/ images for readme
├─ src-tauri/ application source code for backend
└─ src/ web application source code
├─ assets/ assets used by the application
├─ components/ solid js components
└─ types/ type declarations to help tslint
```## License
```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2022 Olivier Gamache.
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.
```