8000 GitHub - maurocchi/zuqi: An example web game in Python and React
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maurocchi/zuqi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zuqi

Zuqi (anagram of "Quiz") is a turn-based demostrative game written in Python and JavaScript.

The backend is powered by aiohttp, the frontend is a browser application based on React and Material UI.
All the quiz are provided by the Open Trivia Database.

A live demo is available on Heroku at https://zuqing.herokuapp.com.

Project structure

  • conductor: the backend server;
  • webapp: the frontend web application.

Consult the specific README of each module for more details.

Build and run with Docker

docker build -t zuqi .
docker run -p 8000:80 zuqi

About

An example web game in Python and React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0