https://github.com/albreis/kurin-app
A simples task manager for simple peoples :)
https://github.com/albreis/kurin-app
electron vuejs
Last synced: about 1 month ago
JSON representation
A simples task manager for simple peoples :)
- Host: GitHub
- URL: https://github.com/albreis/kurin-app
- Owner: albreis
- Created: 2020-10-04T15:55:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:03:16.000Z (over 3 years ago)
- Last Synced: 2025-01-05T13:42:12.628Z (over 1 year ago)
- Topics: electron, vuejs
- Language: Vue
- Homepage: https://albreis.github.io/kurin-app/dist
- Size: 6.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kurin

A simple task manager app builded with Electron JS.
Download a pre-build version [here](https://kurin.albreis.com.br/Kurin.exe).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run electron:serve
```
### Compiles and minifies for production
```
npm run electron:build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# Screens
See previews screens
## Login
The login screen is very simples and clean

## Signup
Signup screen shows only if a user don't have a account

## Projects
Project list screen also very simples for better visualization

## Tasks
Tasks screen are show nested in project item

## Project details and tools
Now you can connect to a FTP server for edit files. A very simples implementation, work in progress...
