GitXplorerGitXplorer
j

reconstructions

public
12 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5d668b65c626a7744b36c726490794ce2c602a9

Add demo.

jjonatanklosko committed 4 years ago
Unverified
e5282a595a1f5fde1da579fe5346b1970070146d

Rework the UI.

jjonatanklosko committed 4 years ago
Unverified
1b5600a74d4c685cbbcdae739ec0e81844547e2b

Update dependencies.

jjonatanklosko committed 4 years ago
Unverified
9b8b5dfb5488819e9d48e81250c912d21ffe7679

Update solution-analyzer and vulnerable dependencies.

jjonatanklosko committed 6 years ago
Unverified
f43afd02631c6658756266b39a3b7e07c9125d04

Improve solution input to handle preserve cursor position.

jjonatanklosko committed 6 years ago
Unverified
985848533ad20fa9de5c2c0cf60aa49d47083e42

Improve moves formatting.

jjonatanklosko committed 6 years ago

README

The README file for this repository.

Reconstructions

A web application simplifying the process of reconstructing Rubik's Cube solves. Check out the website. The core logic has been extracted to a separate package.

Demo

Development

Requirements:

  • Node.js
# Install dependencies
npm install
# Run the development server
npm start

Now you can visit localhost:3000 from your browser.