React application calculating fastest route between two places, calculates estimated price and creates offline navigation for your travel. https://react-maps.vercel.app
  • JavaScript 73.6%
  • SCSS 20.5%
  • HTML 3.2%
  • CSS 2.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-11-21 16:56:55 +01:00
src Refactor addToHistory & include distance and price in pdf export 2022-04-24 21:39:37 +02:00
.gitignore First commit 2022-04-22 02:35:05 +02:00
index.html First commit 2022-04-22 02:35:05 +02:00
package-lock.json Create pdf generator 2022-04-22 19:46:48 +02:00
package.json Create pdf generator 2022-04-22 19:46:48 +02:00
README.md Update readme.md 2022-11-21 16:56:55 +01:00
vercel.json Fix production 404 error 2022-04-23 12:53:51 +02:00
vite.config.js Fix jspdf production error 2022-04-22 20:32:59 +02:00

React Maps

Setup guide

  1. Clone repository
  2. Run "npm install"
  3. Edit /src/config.json with your backend url (optional)

Additional info

Heroku backend have cold start, so on search make sure to wait a few seconds extra. Also refreshing website hosted on vercel causes 404 error. It's not the case on localhost or other hosts. I'm sure it's vercel only issue. Fixed by editing vercel.json.