https://github.com/calloc134/pbl-frontend
大学の PBL 概論の課題で作成した出席管理システム フロントエンド
https://github.com/calloc134/pbl-frontend
Last synced: 3 months ago
JSON representation
大学の PBL 概論の課題で作成した出席管理システム フロントエンド
- Host: GitHub
- URL: https://github.com/calloc134/pbl-frontend
- Owner: calloc134
- Created: 2023-12-10T02:51:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T18:26:07.000Z (over 1 year ago)
- Last Synced: 2025-02-28T02:48:47.142Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 903 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## 概要
大学の PBL 概論の課題で作成した出席管理システムです。
[https://pbl-page.pages.dev](https://pbl-page.pages.dev) で公開しています。## 利用技術
- フロントエンド
- React
- TypeScript
- Vite
- panda CSS
- Park UI
- tanstack/react-query
- tanstack/react-router
- js-base64## 今後の展望
- バリデーションの修正やバックエンドとの共通化等
- 特にバックエンドにスキーマ定義や共通化の仕組みを導入したら行っていきたい