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.
- Host: GitHub
- URL: https://github.com/diogosouza/logrocket-hanoi-tower
- Owner: diogosouza
- Created: 2020-02-25T21:33:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:33:32.000Z (over 2 years ago)
- Last Synced: 2023-03-24T00:30:25.661Z (about 2 years ago)
- Topics: javascript, logrocket, react, react-dnd, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.02 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.