Skip to content

jeovazero/8-puzzle-react

Repository files navigation

8-Puzzle

The 8-puzzle solved with the A-star algorithm

Technologies used in this project:

  • reactjs
  • react-spring (animations)
  • styled-components (css-in-js)
  • vitejs (build tool)
  • dprint (formatter)
  • eslint (linter)
  • husky (git hooks)
  • lint-staged

Online demo

Scripts

Command Description
yarn dev Runs the dev server
yarn build Builds the project for production
yarn serve Servers locally a production build
yarn fmt Formats the code

To do:

  • use a zero-runtime css-in-js (remove styled-components)

by jeovazero