Frontend reactivity POC written using ES6, React and Redux.
Application give us possibility to import cities and the black-list from CSV lists and simulate the travel process from selected root node to the leafs (nearest city strategy selected).
- Import cities from CSV file
- Import blacklist from CSV file (cities we don't want to visit)
- Blacklist city manually
- Visit city manually
- Select starting point of our journey simulation.
- Real-time journey simulation with two strategies:
- Visit city to the left to the current one
- Visit nearest city to the current one
- Stop/Restart simulation
Written in 08.06.2019 on #PSM subject. PJATK, Warsaw
MIT License