https://github.com/groszczu/pathfinding-native
React Native, React-Redux pathfinding mobile application
https://github.com/groszczu/pathfinding-native
pathfinding react-native react-redux
Last synced: about 2 months ago
JSON representation
React Native, React-Redux pathfinding mobile application
- Host: GitHub
- URL: https://github.com/groszczu/pathfinding-native
- Owner: Groszczu
- Created: 2020-08-01T13:23:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T22:35:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:01:35.527Z (about 1 year ago)
- Topics: pathfinding, react-native, react-redux
- Language: JavaScript
- Homepage: https://expo.io/@groszczu/pathfinding-native
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinding mobile application
## About
Purpose of this project is learning and testing React Native features.
### Usage
Run with Expo client for Android & iOS or in browser: [expo.io](https://expo.io/@groszczu/pathfinding-native).
- Create walls by touching empty grid nodes.
- You can change start and end nodes location by dragging them or changing draw tool type in tools panel.
- To open tools panel click on 'Tools' button on the bottom of the screen.
### Used features
- React-Redux,
- React Navigation,
- Animated API,
- Styled components
## Links
- [expo.io](https://expo.io/@groszczu/pathfinding-native)
- [Web version github](https://github.com/Groszczu/pathfinding-tool)