An open API service indexing awesome lists of open source software.

https://github.com/fizzyelt/personal-vocabulary


https://github.com/fizzyelt/personal-vocabulary

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 個人詞彙紀錄

自己建立自己的英文詞庫,不要刻意去背你其實平常用不到的單字
## 功能
- server
- [X] 獲取單字
- [X] 新增單字
- [X] 更新單字
- [X] 刪除單字
- [X] 單字觀看次數增加
- client
- [X] 顯示單字
- [X] 觀看單字詳細資訊
- [X] 刪除單字
- [X] 更新單字
- [ ] 搜尋單字

## 使用技術
- server
- Typescript
- GraphQL
- Apollo Server
- Prisma (ORM)
- MongoDB
- client
- Javascript
- React
- Apollo Client
- GraphQL
- Chakra-UI
- React-hook-form
- Ramda