/fmc-ranks

Small program to optimize creation of images from a raw text containing Fewest Moves results copied from Facebook.

Primary LanguageJavaScript

FMC Ranks

App for generating rank and scrambles for Fewest Moves, an official WCA event.

You can check a live version of this repo here.

Getting Started

To develop,

  • Clone this project with git clone https://github.com/campos20/fmc-ranks.git
  • Navigate to it with cd fmc-ranks
  • Run npm install to install dependencies
  • Run npm start and open the browser in the specified address.

How this work

Since this project was bootstrapped with Create React App, all the common tasks also work.