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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vercel.json | ||
| vite.config.js | ||
React Maps
Setup guide
- Clone repository
- Run "npm install"
- 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.
