A path finding app created with React.js and Redux based on breadth first search algorithm in a grid based environment.
Check out live version: https://tadasdulke.github.io/path-finding-app/
Clone the repository and open your terminal. Make your current working directory todo-app-react-redux.
Make sure you have Node.js installed.
Install npm:
install npm
Then launch react app:
npm start
- React - A front end javascript library
- Redux - State management library
- BootStrap 4 - Front end library
- ReactStrap - Bootstrap 4 for React