All Projects → Gimanh → handscream

Gimanh / handscream

Licence: GPL-3.0 License
Time and task Management

Programming Languages

typescript
32286 projects
Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to handscream

Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+2329.63%)
Mutual labels:  electron-vue, electronjs
Vue Electron Template
An Electron & Vue.js template with Hot-reloading enabled and common Vue plugins, dev, debug and build scripts configured.
Stars: ✭ 260 (+862.96%)
Mutual labels:  electron-vue, electronjs
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+492.59%)
Mutual labels:  todo, vuetify
Lanmiaodesktop
一个完整electron桌面记账程序,技术栈主要使用electron-vue+vuetify。开机自动启动,自动更新,托盘最小化,闪烁等常用功能,Nsis制作漂亮的安装包。
Stars: ✭ 440 (+1529.63%)
Mutual labels:  electron-vue, vuetify
Pic Gather
[ Closed ] 🎨 image collector, which supports custom acquisition source configuration and is compatible with MacOS and Windows operating systems.
Stars: ✭ 842 (+3018.52%)
Mutual labels:  electron-vue, electronjs
App Store Tailwind
Mojave App Store Rebuild with Tailwind CSS, Electron and Vue
Stars: ✭ 82 (+203.7%)
Mutual labels:  electron-vue, electronjs
passwall-desktop
PassWall Desktop is the desktop client for PassWall Server written with Electron Vue.
Stars: ✭ 145 (+437.04%)
Mutual labels:  electron-vue, electronjs
mtodo
Simple Todo Software For GNU/Linux
Stars: ✭ 12 (-55.56%)
Mutual labels:  todo
go-astitodo
Parse TODOs in your GO code
Stars: ✭ 58 (+114.81%)
Mutual labels:  todo
vuetify-admin
一个vuetify后台基础模板
Stars: ✭ 46 (+70.37%)
Mutual labels:  vuetify
blog3.0
博客V3.0 目前使用的技术(Nuxtjs + Nestjs + Vue + Element ui + vuetify),存储(MongoDB + Redis + COS)
Stars: ✭ 37 (+37.04%)
Mutual labels:  vuetify
syhthems-platform
syhthems platform 是一个开源的IoT(物联网)平台。可以实现物联网产品的创建和管理、数据流的管理、终端设备的管理以及设备数据的图表形态查看。
Stars: ✭ 122 (+351.85%)
Mutual labels:  vuetify
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (+29.63%)
Mutual labels:  todo
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+59.26%)
Mutual labels:  vuetify
giraffe
📰 Free news, blogs or magazines application theme, built with Vite & Vuetify created by HeroUI.
Stars: ✭ 46 (+70.37%)
Mutual labels:  vuetify
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (+40.74%)
Mutual labels:  vuetify
react-todo
A super accessible and easy to use todo list.
Stars: ✭ 13 (-51.85%)
Mutual labels:  todo
todobot
📝🤖 Simple, efficient and most importantly elegant TODO Bot. A virtual TODO List right inside your Discord server!
Stars: ✭ 32 (+18.52%)
Mutual labels:  todo
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (+44.44%)
Mutual labels:  todo
ToDue
An android app to keep track of your ToDo's
Stars: ✭ 23 (-14.81%)
Mutual labels:  todo

TaskView

Service for daily planning, aimed at achieving results. For personal affairs, work tasks and teamwork. www.handscream.com

TaskViewServer work in progress.

TaskView

Main workspace

See more information in Wiki

If you have any question or a bug report please open a Issue

Team LF

Hi!
I am looking for designer to my project for future development!
The main goal of this project is easy project management and time control.
Now available only desktop version, server side and mobile version coming soon.

If you can create beautiful interface or you are interested with you are welcome!
Write PM or to email [email protected].

TODO

[-] Optimize list
[-] Show completed tasks in table
[-] Add "Notes" component
[-] Add diagram creator [-] Create backend

How to add a new translation

  1. Translate one of the existing files in locale folder

    • Don't change the keys!
    • Example:
      • en.js "selectDatabaseFile": "Select database file",
      • ru.js "selectDatabaseFile": "Выберите файл базы данных",
  2. Save your file with the language code according to ISO 639-1

  3. Make a pull request.

Thanks for the help

Devel

TaskView use better-sqlite3 for storage see sql diagram before start

Build Setup

An electron-vue project

# install dependencies
npm install

# add config file task_view.app.conf.ts and export let notarizeConfig
# notarizeConfig has next property [appBundleId: sting, appPath: string, appleId: string, appleIdPassword: string] 
# all property is required for app notarize in MacOS 

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

Windows build

Required software

  • install NodeJS >= 10.16.3
  • install Python 2.7.1.
  • npm install --vs2015 -g windows-build-tools
  • npm run build

Clear cache MAC OS

  • Remove dir /Users/{user}/Library/Application Support/{yourElectronApp}/Cache

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].