Feff Math is a static Year 7 maths practice web app for GitHub Pages.
It includes:
- 60 days of mixed daily practice
- 10 questions per day
- 600 total questions generated in the browser from fixed templates
- Hints and short explanations
- Instant answer checking
- Equivalent numeric answers where sensible, such as
1/2and0.5 - Progress saved in
localStorage
To publish from this repository:
- Open the repository on GitHub.
- Go to Settings.
- Go to Pages.
- Under Build and deployment, choose Deploy from a branch.
- Choose branch main and folder / root.
- Save.
After GitHub Pages finishes deploying, the app will be available at:
https://kevinchee.github.io/feffmath/
No build step is required. Open index.html directly in a browser, or serve the folder with any static file server.
