You can try this tool here.
- basic speedcube timer functionalities (time measuring, saving/editing/deleting results, control by keyboard, inspection time and penalties)
- list of OLL and PLL algorithms
- tracking progress of learning OLL and PLL
- OLL and PLL training tool
- OLL and PLL cases' color customization
Timer tab:
Algorithms tab:
Before setup you need to have Node.js installed on your pc.
- Clone this repository via
git clone <url_of_this_repo>
command in Git Bash. - In console, run
npm install
in cloned directory to install required dependencies. - Then run
npm start
to start React.js application. - Go to http://localhost:3000/ in your browser, and you should see working application.
The inspiration for this project comes mainly from csTimer tool and from jperm.net tool.