Anki Forecast is a tool for calculating future flash card reviews and total progress. The algorithm and basic input variables intend to replicate the behavior of the excellent Anki flash card application.
The live version of this project can be found at ankiforecast.com, hosted and deployed by Vercel.
Please note that this project is not currently licensed for reuse or distribution. This public repo mainly exists to collect questions, bug reports, feature requests, and provide access to the source code for anyone interested.
I welcome pull requests, but please open an issue first so that we can gather comments and align on how it fits with the project.
To run the project locally:
- Clone the repo
- Run
yarn install - Run
yarn start - View the project in your browser at http://localhost:3000
It's possible there are other environment dependencies that I've overlooked, so please open an issue if you run into anything.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.