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

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

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)