Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viiccwen/gpa-calculator
GPA計算機 for GP 4.3
https://github.com/viiccwen/gpa-calculator
frontend gpa-calculator next-js online production
Last synced: 4 days ago
JSON representation
GPA計算機 for GP 4.3
- Host: GitHub
- URL: https://github.com/viiccwen/gpa-calculator
- Owner: viiccwen
- Created: 2023-12-28T12:48:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:21:40.000Z (about 2 months ago)
- Last Synced: 2024-11-12T16:04:01.163Z (4 days ago)
- Topics: frontend, gpa-calculator, next-js, online, production
- Language: TypeScript
- Homepage: https://college-gpacalculator.vercel.app/
- Size: 354 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPA 計算機
#### 快速計算 GPA,分數太低別怪我...
## 特色 🗿
1. 快速計算 GPA
2. 支援暗黑模式
3. 支援 RWD## 如何使用 ❓
### [→ 網址點我 ←](https://college-gpacalculator.vercel.app/)
根據積分個數來計算 GPA
## 相關事項 📣
1. 本專案僅前端,不用擔心你的超高 GPA 會被我看到)x
2. 本專案是以 GPA 4.3 標準為計算基礎
3. 有任何蟲可以送 Issues/request 給我,我會感謝你的## 工具 🛠️
- [NextJS 14](https://nextjs.org/) - 專案框架
- [TypeScript](https://www.typescriptlang.org/) - 開發語言
- [shadcn/ui](https://ui.shadcn.com/) - UI 庫
- [Lucide](https://lucide.dev/) - Icon 庫
- [Vercel](https://vercel.com/) - 部署平台## Update Log 更新日誌 👣
- 2024/09/26
- 新增百分制(依臺科規則)
- 新增注意事項
- 簡化單個檔案內容
- 新增metadata資料
- 2024/06/12
- 剔除非必要計分模式(v1, v3)
- 將package tool `npm` 改成 `bun`
- 修改 spaghetti code
- 修改計分 table
- 2024/01/10
- 更名為:「臺科大 GPA 計算機」
- 修改 GPA 計算方式(新增 D, E)
- 2024/01/01
- 新增 v3 (Thanks for @BWsix)
- 新增個人資訊
- 2023/12/31
- [修復 bug](https://github.com/viiccwen/GPA-calculator/issues/1): 錯誤引用 index 而導致的 bug 和 crash
- 支持 RWD
- 2023/12/29 - 新增 v2
- 2023/12/28 - 新增 v1