Skip to content

flask+vue 搭建的一个简单直接的背英语web小程序

Notifications You must be signed in to change notification settings

srx-2000/word_web_front_end

Repository files navigation

word_web_front_end

a simple word web application front end

一个简单的单词web应用的前端,主要功能如下:

  1. 用户登录注册
  2. 手动录入单词
  3. 使用百度翻译api/金山词霸爬虫自动翻译单词,并给出相应词根
  4. 选择遮挡中文或英文
  5. 打乱单词顺序
  6. 词库单词删除
  7. 英文、中文检错
  8. 词库单词检索
  9. 词库高频词统计
  10. 词库单词修改

back end(后端库)

flask框架下的背单词web程序

效果展示

首页

注册页

词库页

英文检错

中文检错

添加单词页

自动添加单词

手动添加单词

Build Setup

# clone project
git clone https://github.com/srx-2000/word_web_front_end.git

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

最后

该程序前后端已成功部署,但因为个人能力与精力有限,故而并未大范围公开。

欢迎大家尝试部署,并在issue中提出宝贵意见。

About

flask+vue 搭建的一个简单直接的背英语web小程序

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published