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. Fridrich Trainer is also an open-source project so is possible anyone help since reporting bugs, writing code, documentation, giving ideas or just checking the homepage.
-
Git
to clone the repository; -
Yarn
to install dependencies; -
For run the project you will need the
Expo
Environment 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
;
- To start you can clone this repository to your local machine using:
git clone https://github.com/Darguima/FridrichTrainer.git
- Now you can install all the dependencies with yarn:
yarn
- To setup the application you can use:
yarn start
- Finally to run the App you only need to scan the QRCode (you need have the
Expo Go
App on your phone)
- Of course we start with the Landing Page
- With a simplistic menu to select one of the three steps of the CFOP.
- Is there where you will pass the most of the time
- 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 Page
and to theList Cases
- There are also 2 buttons, one to show the cube simulation and other to show the solve
- There 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
-
core
- JavaScript/TypeScript
- React Native
- Expo
-
navigation
- React Navigation - used to navigate between the screens
-
storage
- Async Storage - to save what cases are selected on the
Config Page
- Async Storage - to save what cases are selected on the
-
others
- react-native-draggable-flatlist - used to create the
List Cases
page - Cube Simulator - used indirectly to create the SVGs to the cube simulations
- react-native-svg - used to load the SVGs of the cube simulation
- react-native-draggable-flatlist - used to create the
This project is licensed under the MIT License - see the LICENSE file for details.