Skip to content

Stamper/geo-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo Distance Web Application

This is quite simple application allows pick up geo points from google map and calculate distance between them using geodesic algorithm. It allows type text adresses as well. Note that focused (where cursor is) input counts as current one, so you could control what the point you are picking.

Challenges

  • proper Google Maps API configuration
  • responsive and essential UX

TODO

  • improve React Hooks-based state testability

SetUp and Run

  • $ docker-compose build
  • $ docker-compose up
  • visit localhost:3000

API

Tests

$ python backend/manage.py test

Frontend

Tests

$ cd frontend
$ npm test

About

Django + React Hooks Google Maps Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published