Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 898 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 898 Bytes

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