Giter Club home page Giter Club logo

words_quiz's Introduction

words_quiz

This is a simple words quiz web app to help you learn and practice spelling a words given its Chinese meaning.

File Structure:

The code is written in Python 3.6.1 & Flask:

  • ./words_web.py

    the main web app.

  • ./words.py

    the file for object classes definition.

  • ./lists

    the folder to host source words list files in plain txt format with a .txt suffix.

  • ./static

    the folder to host background images, stylesheets and some static test pages

  • ./ templates

    the folder to host flask templates for file lists page, presentation page and test pages

Usage:

  • to start the server:

    python words_web.py
    

    the app is using Flask default configuration, and you can access the app by http://localhost:5000

  • words files was located at ./lists folder. a wors list file consists multi-lines of wors with it's English and Chinese meaning.

    eg: banana 香蕉
    
  • flash cards are for you to learn about each word

  • spelling quiz is for you to practise each word' spelling

words_quiz's People

Contributors

wziyao avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

klapcsik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.