Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-ol/ftimesf
a small SPA to train multiplication of hexadecimal numbers on your own
https://github.com/s-ol/ftimesf
hexadecimal-numbers js learning mui react spa
Last synced: 27 days ago
JSON representation
a small SPA to train multiplication of hexadecimal numbers on your own
- Host: GitHub
- URL: https://github.com/s-ol/ftimesf
- Owner: s-ol
- Created: 2016-12-08T20:36:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T15:53:53.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T15:59:58.421Z (3 months ago)
- Topics: hexadecimal-numbers, js, learning, mui, react, spa
- Language: CSS
- Homepage: https://s-ol.github.com/ftimesf
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
F×F
===F×F (0xF times 0xF) is a small SPA to train multiplication of hexadecimal numbers on your own.
See the running app at [s-ol.github.io/ftimesf](https://s-ol.github.io/ftimesf)!
name
----
in german, when children learn to multiply, the multiplication tables with numbers 1 - 10 they are first taught to learn by hard are called 'kleines Einmaleins' ('*small one-times-one'*).running
-------
to test & develop (live reloading):npm start
to build:
npm run dist
---
built using [react][react], [material-ui][mui] and [material-react-generator][yo-gen].
[react]: https://github.com/facebook/react
[mui]: https://github.com/callemall/material-ui
[yo-gen]: https://github.com/leftstick/generator-material-react