An open API service indexing awesome lists of open source software.

https://github.com/diogosouza/logrocket-hanoi-tower

Source code for my LogRocket blog post over react-dnd.
https://github.com/diogosouza/logrocket-hanoi-tower

javascript logrocket react react-dnd reactjs

Last synced: 6 months ago
JSON representation

Source code for my LogRocket blog post over react-dnd.

Awesome Lists containing this project

README

        

# The Tower of Hanoi Game

This is the source code for my LogRocket blog post over [react-dnd](https://react-dnd.github.io/react-dnd). It's a basica Tower of Hanoi game, made with React and styled-components.

To start the project, clone it locally and run the following:

```
cd logrocket-hanoi-tower
yarn start
```

Install [Yarn](https://yarnpkg.com/) in case you don't have it.