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

https://github.com/qiuyulc/wordspeaker

单词记忆小工具
https://github.com/qiuyulc/wordspeaker

react react-router

Last synced: about 1 month ago
JSON representation

单词记忆小工具

Awesome Lists containing this project

README

          

# 项目简介

用来记单词的一个小工具,纯前端实现,使用 react + react-vant。

目前所有单词都是整理的词汇表,后续可能会加入更多的功能。

由于纯前端实现,依赖 [SpeechSynthesisUtterance](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance) 来实现发音,所以只能在支持该 api 的浏览器上使用。目前测试只有在 ios 手机上可以稳定运行。安卓手机上会出现无法发音的情况。