/manage-pytyping

A tool for managing pytyping score

Primary LanguageJavaScript

pytyping

What is pytyping?

pytyping is a typing game written in Python.

Images

https://raw.githubusercontent.com/taiseiyo/manage-pytyping/master/images/pytyping.png

manage-pytyping

Overview

A tool for recording each pytyping score created by React.

If you want the score of your name to be output to the table, add the name in the list of name_list in index.js.

Start

git clone "URL"
cd manage-pytyping
npm install
npm start

Programming language

Front End

  • JavaScript
  • HTML, CSS

Back End

  • GAS(Google Apps Script)

Images

https://raw.githubusercontent.com/taiseiyo/manage-pytyping/master/images/score.png

URL

It is published using the hosting function of firebase

Precautions

When editing with emacs

node_modules/react-scripts/config/webpackDevServer.config.js

Please edit.

  • before
watchOptions: {
ignored: ignoredFiles(paths.appSrc),
},	
  • after
watchOptions: {
ignored: [ignoredFiles(paths.appSrc), "**/.#*", "**/*~", "**/#*#"],
},