Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmendesas/solitaire
Solitaire with react-dnd
https://github.com/mmendesas/solitaire
game react-dnd solitaire solitaire-card-game solitaire-game
Last synced: about 5 hours ago
JSON representation
Solitaire with react-dnd
- Host: GitHub
- URL: https://github.com/mmendesas/solitaire
- Owner: mmendesas
- Created: 2023-09-19T18:23:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T18:24:01.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:38:04.842Z (7 months ago)
- Topics: game, react-dnd, solitaire, solitaire-card-game, solitaire-game
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solitaire
Learning `react-dnd` by implementing a **solitaire** simple version
Playing around with react-dnd
## Getting started
You can play with it by running:
```sh
yarn & yarn dev
```Or you can test it out inside [Code Sandbox Playground](https://codesandbox.io/s/solitaire-react-dnd-j586fg)
### Features
- Drag and Drop with react-dnd
- Game logic using context-api## Built With
- [React](https://react.dev/) - A JavaScript library for building user interfaces
- [react-dnd](https://react-dnd.github.io/react-dnd/about) - Drag and Drop for React## Author
- **Marcio Mendes** - [mmendesas](https://github.com/mmendesas)
## License
This project is licensed under the MIT License