pytyping is a typing game written in Python.
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.
git clone "URL"
cd manage-pytyping
npm install
npm start
Front End
- JavaScript
- HTML, CSS
Back End
- GAS(Google Apps Script)
It is published using the hosting function of firebase
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), "**/.#*", "**/*~", "**/#*#"], },