diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dc0e44a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Dário Guimarães + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index d724905..b8ba0fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,138 @@ -# Fridrich Trainer +

+ + Fridrich Trainer + +

-* A ReactNative application that will help you train the Fridrich method of the Rubik's Cube. +--- + +

+ Fridrich Trainer +

+ +

+ 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. +

+ +
+ +

+ + + + +

+ +--- + +## Table of Contents + +- [Getting Started](#getting-started) +- [Pages/Features](#pages/features) +- [Technologies Used](#technologies-used) +- [License](#license) + +--- + +## Getting Started + +### Prerequisites + +- `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](https://docs.expo.io/get-started/installation/); + +- 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`; + +### Cloning + +- To start you can clone this repository to your local machine using: + +> `git clone https://github.com/Darguima/FridrichTrainer.git` + +### Installing Dependencies + +- Now you can install all the dependencies with yarn: + +> `yarn` + +### Setup + +- To setup the application you can use: + +> `yarn start` + +### Running the App + +- Finally to run the App you only need to scan the QRCode (you need have the `Expo Go` App on your phone) + +--- + +## Pages/Features + +### Landing Page + + + +* Of course we start with the Landing Page +* With a simplistic menu to select one of the three steps of the CFOP. + +___ + +### Train Page + +
+ + + + +
+ +* 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 the `List Cases` +* There are also 2 buttons, one to show the cube simulation and other to show the solve + +___ + +### Config Page + + + +* There you can choose what cases do you want that appear on the Train Page. + +___ + +### List Cases + + + +* 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 + +--- + +## Technologies Used + +- core + - JavaScript/TypeScript + - React Native + - Expo + +- navigation + - [React Navigation](https://github.com/react-navigation/react-navigation) - used to navigate between the screens + +- storage + - [Async Storage](https://github.com/react-native-async-storage/async-storage) - to save what cases are selected on the `Config Page` + +- others + - [react-native-draggable-flatlist](https://github.com/computerjazz/react-native-draggable-flatlist) - used to create the `List Cases` page + - [Cube Simulator](https://github.com/Darguima/CubeSimulator) - used indirectly to create the SVGs to the cube simulations + - [react-native-svg](https://github.com/react-native-svg/react-native-svg) - used to load the SVGs of the cube simulation + +--- + +## License +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/package.json b/package.json index b3bbc8f..6795c4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fridrich_trainer", - "version": "1.2.1", - "description": "A ReactNative application that will help you train the Fridrich method of the Rubik's Cube.", + "version": "1.3.0", + "description": "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.", "repository": { "type": "git", "url": "git+https://github.com/Darguima/FridrichTrainer.git" diff --git a/readme/F2L_TrainPage.png b/readme/F2L_TrainPage.png new file mode 100644 index 0000000..14a8bb5 Binary files /dev/null and b/readme/F2L_TrainPage.png differ diff --git a/readme/F2L_TrainPage_without_options.png b/readme/F2L_TrainPage_without_options.png new file mode 100644 index 0000000..94c1092 Binary files /dev/null and b/readme/F2L_TrainPage_without_options.png differ diff --git a/readme/FridrichTrainerLogoHorizontal_500.png b/readme/FridrichTrainerLogoHorizontal_500.png new file mode 100644 index 0000000..67ef821 Binary files /dev/null and b/readme/FridrichTrainerLogoHorizontal_500.png differ diff --git a/readme/LandingPage.png b/readme/LandingPage.png new file mode 100644 index 0000000..de11cbd Binary files /dev/null and b/readme/LandingPage.png differ diff --git a/readme/OLL_ConfigPage.png b/readme/OLL_ConfigPage.png new file mode 100644 index 0000000..3824a2e Binary files /dev/null and b/readme/OLL_ConfigPage.png differ diff --git a/readme/OLL_TrainPage.png b/readme/OLL_TrainPage.png new file mode 100644 index 0000000..6e69a61 Binary files /dev/null and b/readme/OLL_TrainPage.png differ diff --git a/readme/PLL_ListCases.png b/readme/PLL_ListCases.png new file mode 100644 index 0000000..f418029 Binary files /dev/null and b/readme/PLL_ListCases.png differ diff --git a/readme/PLL_TrainPage.png b/readme/PLL_TrainPage.png new file mode 100644 index 0000000..19e6485 Binary files /dev/null and b/readme/PLL_TrainPage.png differ