App to practice the most famous method to solve the Rubik's Cube - Fridrich - since the F2L to the OLL and the PLL. All in one simple and intuitive application.
Download Project
·
Start Developing
📋 Table of Contents
Fridrich Trainer is an app to practice the most famous method to solve the Rubik's Cube. To improve since the F2L to the OLL and the PLL. All in one simple and intuitive application.
Click to expand pages
- Of course we start with the Landing Page
- With a simplistic menu to select one of the three steps of the CFOP.
- All of the 3 choices have the same layout and workflow, being the only difference the design of the cube simulations
- In the header we 2 buttons to the
Config Pageand to theList Cases - Here are also 2 buttons, one to show the cube simulation and other to show the solve
- Here you can choose what cases do you want that appear on the Train Page.
- To can have a little idea of the cases that we already done and whats we will do
- We also can to reorganize the order of the cases
Download the APK from the project's Releases.
To get a local copy up and running follow these simple example steps.
Start by installing the following tools:
-
Git - Version Control System
-
Node.js - JavaScript runtime
-
Yarn - Package manager
-
To run the project you will need the
ExpoEnvironment configured. You can follow the Expo Official Documentation; -
This project was only tested and developed for Android. So I don't know if it works properly in IOS. Is recommended that you run it in an
Android Phone;
Now clone the repository to your local machine. You can do this using Git:
$ git clone git@github.com:darguima/FridrichTrainer.git
# or
$ git clone https://github.com/darguima/FridrichTrainer.gitInstall the dependencies:
$ yarnTo setup the application you can use
$ yarn startFinally to run the App you only need to scan the QRCode (you need have the Expo Go App on your phone)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request



