Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuma-ru/chisk-webapp
「楽しくこなそう!」がコンセプトのToDoアプリ
https://github.com/takuma-ru/chisk-webapp
composition-api firebase nuxt pwa typescript
Last synced: 28 days ago
JSON representation
「楽しくこなそう!」がコンセプトのToDoアプリ
- Host: GitHub
- URL: https://github.com/takuma-ru/chisk-webapp
- Owner: takuma-ru
- License: apache-2.0
- Created: 2021-12-30T11:17:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T09:17:00.000Z (over 2 years ago)
- Last Synced: 2024-11-01T01:10:47.892Z (3 months ago)
- Topics: composition-api, firebase, nuxt, pwa, typescript
- Language: Vue
- Homepage: https://taskmgt.takumaru.dev
- Size: 988 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
CHISK
## Description
**個人向けタスク管理Webアプリ**
PWA・TWA化をしているので、ネイティブアプリに並ぶ操作性があります。
タスクをこなすと**地球**にたくさんの生き物が現れます。## Requirement
| name | version |
| ------------- | ------------- |
| nuxt | 2.x |
| @nuxtjs/composition-api | ^0.31.0 |
| firebase | ^9.6.6 |## Getting Started
0. add `.env` file1. `yarn`
2. `yarn dev`
3. Access to [Localhost:3000](http://localhost:3000/)
## Deploy Service
**use firebase Hosting**
[taskmgt.takumaru.dev](https://taskmgt.takumaru.dev/)## PlayStore
**TWA**の技術を使いWebアプリをネイティブにしました。
**オープンベータテスト実施中**
https://play.google.com/store/apps/details?id=takumaru.nekoo.taskmgt## ScreenShot
ホーム画面
![desktop-top](https://user-images.githubusercontent.com/49429291/168499911-200bed04-20bb-4f8b-8ba4-e8820223563f.png)
タスク詳細
![desktop_taskmodal](https://user-images.githubusercontent.com/49429291/168499910-3d0aa09a-3173-4b5b-813c-3b16f4d08ee9.png)
タスク追加
![desktop_addmodal](https://user-images.githubusercontent.com/49429291/168499913-7ea5504f-158d-45db-aeef-149a55ce68f8.png)
モバイル画面
![mobile_top](https://user-images.githubusercontent.com/49429291/168499945-dff6aef7-f156-437a-a09c-436f9d01029d.png)